#46088E

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

Shades of Indigo #46088E

Tints of Indigo #46088E

Color information

#46088E (or 0x46088E) is unknown color: approx Indigo. HEX triplet: 46, 08 and 8E. RGB value is (70,8,142). Sum of RGB (Red+Green+Blue) = 70+8+142=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #46088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46088E is #B9F771. Grayscale: #292929. Windows color (decimal): -12187506 or 9308230. OLE color: 9308230.

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

Color convert

RGB708142-
CMYK0.510.9400.44
HSL267.76º89.33%29.41%-
HSV(B)267.76º94.37%55.69%-
XYZ7.53.4325.86-
YUV41.81184.54148.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=31.82%
G=3.64%
B=64.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7081420.510.9400.44267.7689.3329.41
Hex4688E335E02C10c591d
Octal106102166313605441413135
Binary100011010001000111011001110111100101100100001100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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