#460676

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

Shades of Indigo #460676

Tints of Indigo #460676

Color information

#460676 (or 0x460676) is unknown color: approx Indigo. HEX triplet: 46, 06 and 76. RGB value is (70,6,118). Sum of RGB (Red+Green+Blue) = 70+6+118=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #460676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460676 is #B9F989. Grayscale: #252525. Windows color (decimal): -12188042 or 7734854. OLE color: 7734854.

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

Color convert

RGB706118-
CMYK0.410.9500.54
HSL274.29º90.32%24.31%-
HSV(B)274.29º94.92%46.27%-
XYZ5.862.7417.36-
YUV37.9173.2150.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=36.08%
G=3.09%
B=60.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7061180.410.9500.54274.2990.3224.31
Hex46676295F0361125a18
Octal10661665113706642213230
Binary1000110110111011010100110111110110110100010010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460676; }

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

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

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

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

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

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

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

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