#460876

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

Shades of Indigo #460876

Tints of Indigo #460876

Color information

#460876 (or 0x460876) is unknown color: approx Indigo. HEX triplet: 46, 08 and 76. RGB value is (70,8,118). Sum of RGB (Red+Green+Blue) = 70+8+118=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #460876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460876 is #B9F789. Grayscale: #262626. Windows color (decimal): -12187530 or 7735366. OLE color: 7735366.

HSL color Cylindrical-coordinate representation of color #460876: hue angle of 273.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460876 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB708118-
CMYK0.410.9300.54
HSL273.82º87.3%24.71%-
HSV(B)273.82º93.22%46.27%-
XYZ5.882.7817.37-
YUV39.08172.54150.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=35.71%
G=4.08%
B=60.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7081180.410.9300.54273.8287.324.71
Hex46876295D0361125719
Octal106101665113506642212731
Binary10001101000111011010100110111010110110100010010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460876; }

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

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

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

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

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

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

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

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