#460478

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

Shades of Indigo #460478

Tints of Indigo #460478

Color information

#460478 (or 0x460478) is unknown color: approx Indigo. HEX triplet: 46, 04 and 78. RGB value is (70,4,120). Sum of RGB (Red+Green+Blue) = 70+4+120=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #460478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460478 is #B9FB87. Grayscale: #242424. Windows color (decimal): -12188552 or 7865414. OLE color: 7865414.

HSL color Cylindrical-coordinate representation of color #460478: hue angle of 274.14º degrees, saturation: 0.94, 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 #460478 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB704120-
CMYK0.420.9700.53
HSL274.14º93.55%24.31%-
HSV(B)274.14º96.67%47.06%-
XYZ5.962.7417.99-
YUV36.96174.87151.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=36.08%
G=2.06%
B=61.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7041200.420.9700.53274.1493.5524.31
Hex464782A610351125e18
Octal10641705214106542213630
Binary1000110100111100010101011000010110101100010010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460478; }

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

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

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

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

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

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

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

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