#4604A6

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

Shades of Indigo #4604A6

Tints of Indigo #4604A6

Color information

#4604A6 (or 0x4604A6) is unknown color: approx Indigo. HEX triplet: 46, 04 and A6. RGB value is (70,4,166). Sum of RGB (Red+Green+Blue) = 70+4+166=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #4604A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4604A6 is #B9FB59. Grayscale: #292929. Windows color (decimal): -12188506 or 10880070. OLE color: 10880070.

HSL color Cylindrical-coordinate representation of color #4604A6: hue angle of 264.44º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4604A6 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB704166-
CMYK0.580.9800.35
HSL264.44º95.29%33.33%-
HSV(B)264.44º97.59%65.1%-
XYZ9.454.1436.38-
YUV42.2197.87147.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 166 (65.23% from 255) = 69.17%
R=29.17%
G=1.67%
B=69.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7041660.580.9800.35264.4495.2933.33
Hex464A63A620231085f21
Octal10642467214204341013741
Binary100011010010100110111010110001001000111000010001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4604A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4604A6; }

 p { color: rgb(70,4,166); }

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

<style>
 a { background-color: #4604A6; }

 a { background-color: rgb(70,4,166); }

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

<style>
 span { border-color: #4604A6; }

 span { border-color: rgb(70,4,166); }

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