#462C88

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

Shades of Windsor #462C88

Tints of Windsor #462C88

Color information

#462C88 (or 0x462C88) is unknown color: approx Windsor. HEX triplet: 46, 2C and 88. RGB value is (70,44,136). Sum of RGB (Red+Green+Blue) = 70+44+136=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #462C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462C88 is #B9D377. Grayscale: #3D3D3D. Windows color (decimal): -12178296 or 8924230. OLE color: 8924230.

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

Color convert

RGB7044136-
CMYK0.490.6800.47
HSL256.96º51.11%35.29%-
HSV(B)256.96º67.65%53.33%-
XYZ7.874.8823.82-
YUV62.26169.61133.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 44 (17.58% from 255) = 17.6%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=28%
G=17.6%
B=54.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70441360.490.6800.47256.9651.1135.29
Hex462C88314402F1013323
Octal10654210611040574016343
Binary10001101011001000100011000110001000101111100000001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462C88; }

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

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

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

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

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

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

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

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