#462A88

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

Shades of Windsor #462A88

Tints of Windsor #462A88

Color information

#462A88 (or 0x462A88) is unknown color: approx Windsor. HEX triplet: 46, 2A and 88. RGB value is (70,42,136). Sum of RGB (Red+Green+Blue) = 70+42+136=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #462A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462A88 is #B9D577. Grayscale: #3C3C3C. Windows color (decimal): -12178808 or 8923718. OLE color: 8923718.

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

Color convert

RGB7042136-
CMYK0.490.6900.47
HSL257.87º52.81%34.9%-
HSV(B)257.87º69.12%53.33%-
XYZ7.84.7423.8-
YUV61.09170.28134.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=28.23%
G=16.94%
B=54.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70421360.490.6900.47257.8752.8134.9
Hex462A88314502F1023523
Octal10652210611050574026543
Binary10001101010101000100011000110001010101111100000010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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