#462988

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

Shades of Windsor #462988

Tints of Windsor #462988

Color information

#462988 (or 0x462988) is unknown color: approx Windsor. HEX triplet: 46, 29 and 88. RGB value is (70,41,136). Sum of RGB (Red+Green+Blue) = 70+41+136=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #462988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462988 is #B9D677. Grayscale: #3C3C3C. Windows color (decimal): -12179064 or 8923462. OLE color: 8923462.

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

Color convert

RGB7041136-
CMYK0.490.7000.47
HSL258.32º53.67%34.71%-
HSV(B)258.32º69.85%53.33%-
XYZ7.764.6723.78-
YUV60.5170.61134.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=28.34%
G=16.60%
B=55.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70411360.490.7000.47258.3253.6734.71
Hex462988314602F1023623
Octal10651210611060574026643
Binary10001101010011000100011000110001100101111100000010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462988; }

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

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

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

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

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

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

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

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