#460477

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

Shades of Indigo #460477

Tints of Indigo #460477

Color information

#460477 (or 0x460477) is unknown color: approx Indigo. HEX triplet: 46, 04 and 77. RGB value is (70,4,119). Sum of RGB (Red+Green+Blue) = 70+4+119=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #460477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460477 is #B9FB88. Grayscale: #242424. Windows color (decimal): -12188553 or 7799878. OLE color: 7799878.

HSL color Cylindrical-coordinate representation of color #460477: hue angle of 274.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460477 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB704119-
CMYK0.410.9700.53
HSL274.43º93.5%24.12%-
HSV(B)274.43º96.64%46.67%-
XYZ5.92.7217.67-
YUV36.84174.37151.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 119 (46.88% from 255) = 61.66%
R=36.27%
G=2.07%
B=61.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7041190.410.9700.53274.4393.524.12
Hex4647729610351125d18
Octal10641675114106542213530
Binary1000110100111011110100111000010110101100010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460477; }

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

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

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

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

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

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

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

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