#460688

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

Shades of Indigo #460688

Tints of Indigo #460688

Color information

#460688 (or 0x460688) is unknown color: approx Indigo. HEX triplet: 46, 06 and 88. RGB value is (70,6,136). Sum of RGB (Red+Green+Blue) = 70+6+136=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #460688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460688 is #B9F977. Grayscale: #272727. Windows color (decimal): -12188024 or 8914502. OLE color: 8914502.

HSL color Cylindrical-coordinate representation of color #460688: hue angle of 269.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460688 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB706136-
CMYK0.490.9600.47
HSL269.54º91.55%27.84%-
HSV(B)269.54º95.59%53.33%-
XYZ7.033.2123.54-
YUV39.96182.2149.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 136 (53.52% from 255) = 64.15%
R=33.02%
G=2.83%
B=64.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7061360.490.9600.47269.5491.5527.84
Hex46688316002F10e5c1c
Octal10662106114005741613434
Binary10001101101000100011000111000000101111100001110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460688; }

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

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

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

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

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

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

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

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