#460AA4

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

Shades of Indigo #460AA4

Tints of Indigo #460AA4

Color information

#460AA4 (or 0x460AA4) is unknown color: approx Indigo. HEX triplet: 46, 0A and A4. RGB value is (70,10,164). Sum of RGB (Red+Green+Blue) = 70+10+164=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #460AA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AA4 is #B9F55B. Grayscale: #2C2C2C. Windows color (decimal): -12186972 or 10750534. OLE color: 10750534.

HSL color Cylindrical-coordinate representation of color #460AA4: hue angle of 263.38º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AA4 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7010164-
CMYK0.570.9400.36
HSL263.38º88.51%34.12%-
HSV(B)263.38º93.9%64.31%-
XYZ9.344.235.44-
YUV45.5194.88145.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 164 (64.45% from 255) = 67.21%
R=28.69%
G=4.10%
B=67.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70101640.570.9400.36263.3888.5134.12
Hex46AA4395E0241075922
Octal106122447113604440713142
Binary1000110101010100100111001101111001001001000001111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460AA4; }

 p { color: rgb(70,10,164); }

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

<style>
 a { background-color: #460AA4; }

 a { background-color: rgb(70,10,164); }

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

<style>
 span { border-color: #460AA4; }

 span { border-color: rgb(70,10,164); }

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