#46078E

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

Shades of Indigo #46078E

Tints of Indigo #46078E

Color information

#46078E (or 0x46078E) is unknown color: approx Indigo. HEX triplet: 46, 07 and 8E. RGB value is (70,7,142). Sum of RGB (Red+Green+Blue) = 70+7+142=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #46078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46078E is #B9F871. Grayscale: #282828. Windows color (decimal): -12187762 or 9307974. OLE color: 9307974.

HSL color Cylindrical-coordinate representation of color #46078E: hue angle of 268º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46078E is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB707142-
CMYK0.510.9500.44
HSL268º90.6%29.22%-
HSV(B)268º95.07%55.69%-
XYZ7.483.4125.85-
YUV41.23184.87148.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 142 (55.86% from 255) = 64.84%
R=31.96%
G=3.20%
B=64.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7071420.510.9500.4426890.629.22
Hex4678E335F02C10c5b1d
Octal10672166313705441413335
Binary10001101111000111011001110111110101100100001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46078E; }

 p { color: rgb(70,7,142); }

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

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

 a { background-color: rgb(70,7,142); }

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

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

 span { border-color: rgb(70,7,142); }

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