#462888

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

Shades of Windsor #462888

Tints of Windsor #462888

Color information

#462888 (or 0x462888) is unknown color: approx Windsor. HEX triplet: 46, 28 and 88. RGB value is (70,40,136). Sum of RGB (Red+Green+Blue) = 70+40+136=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #462888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462888 is #B9D777. Grayscale: #3B3B3B. Windows color (decimal): -12179320 or 8923206. OLE color: 8923206.

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

Color convert

RGB7040136-
CMYK0.490.7100.47
HSL258.75º54.55%34.51%-
HSV(B)258.75º70.59%53.33%-
XYZ7.734.623.77-
YUV59.91170.94135.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 136 (53.52% from 255) = 55.28%
R=28.46%
G=16.26%
B=55.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70401360.490.7100.47258.7554.5534.51
Hex462888314702F1033723
Octal10650210611070574036743
Binary10001101010001000100011000110001110101111100000011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462888; }

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

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

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

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

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

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

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

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