#452B88

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

Shades of Windsor #452B88

Tints of Windsor #452B88

Color information

#452B88 (or 0x452B88) is unknown color: approx Windsor. HEX triplet: 45, 2B and 88. RGB value is (69,43,136). Sum of RGB (Red+Green+Blue) = 69+43+136=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 43 (17.19% from 255 or 17.34% 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 #452B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452B88 is #BAD477. Grayscale: #3D3D3D. Windows color (decimal): -12244088 or 8923973. OLE color: 8923973.

HSL color Cylindrical-coordinate representation of color #452B88: hue angle of 256.77º degrees, saturation: 0.52, 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 #452B88 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6943136-
CMYK0.490.6800.47
HSL256.77º51.96%35.1%-
HSV(B)256.77º68.38%53.33%-
XYZ7.764.7723.8-
YUV61.38170.11133.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=27.82%
G=17.34%
B=54.84%

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
Decimal69431360.490.6800.47256.7751.9635.1
Hex452B88314402F1013423
Octal10553210611040574016443
Binary10001011010111000100011000110001000101111100000001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452B88; }

 p { color: rgb(69,43,136); }

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

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

 a { background-color: rgb(69,43,136); }

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

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

 span { border-color: rgb(69,43,136); }

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