#4608AA

Color #4608AA Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4608AA

Tints of Indigo #4608AA

Color information

#4608AA (or 0x4608AA) is unknown color: approx Indigo. HEX triplet: 46, 08 and AA. RGB value is (70,8,170). Sum of RGB (Red+Green+Blue) = 70+8+170=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #4608AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4608AA is #B9F755. Grayscale: #2C2C2C. Windows color (decimal): -12187478 or 11143238. OLE color: 11143238.

HSL color Cylindrical-coordinate representation of color #4608AA: hue angle of 262.96º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4608AA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB708170-
CMYK0.590.9500.33
HSL262.96º91.01%34.9%-
HSV(B)262.96º95.29%66.67%-
XYZ9.874.3838.36-
YUV45.01198.54145.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 170 (66.80% from 255) = 68.55%
R=28.23%
G=3.23%
B=68.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7081700.590.9500.33262.9691.0134.9
Hex468AA3B5F0211075b23
Octal106102527313704140713343
Binary1000110100010101010111011101111101000011000001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4608AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4608AA; }

 p { color: rgb(70,8,170); }

 H1.HeaderClassName
 {
   color: #4608AA;
 }
 .AnyTagClassName
 {
   color: #4608AA;
 }
</style>
background-color css

<style>
 a { background-color: #4608AA; }

 a { background-color: rgb(70,8,170); }

 div.DivClassName
 {
   background-color: #4608AA;
 }
 .BgClassName
 {
   background-color: #4608AA;
 }
</style>
border-color css

<style>
 span { border-color: #4608AA; }

 span { border-color: rgb(70,8,170); }

 td.TdClassName
 {
   border-color: #4608AA;
 }
 .TagClassName
 {
   border-color: #4608AA;
 }
</style>