#452889

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

Shades of Windsor #452889

Tints of Windsor #452889

Color information

#452889 (or 0x452889) is unknown color: approx Windsor. HEX triplet: 45, 28 and 89. RGB value is (69,40,137). Sum of RGB (Red+Green+Blue) = 69+40+137=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #452889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452889 is #BAD776. Grayscale: #3B3B3B. Windows color (decimal): -12244855 or 8988741. OLE color: 8988741.

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

Color convert

RGB6940137-
CMYK0.500.7100.46
HSL257.94º54.8%34.71%-
HSV(B)257.94º70.8%53.73%-
XYZ7.734.5924.15-
YUV59.73171.61134.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 137 (53.91% from 255) = 55.69%
R=28.05%
G=16.26%
B=55.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69401370.500.7100.46257.9454.834.71
Hex452889324702E1023723
Octal10550211621070564026743
Binary10001011010001000100111001010001110101110100000010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452889; }

 p { color: rgb(69,40,137); }

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

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

 a { background-color: rgb(69,40,137); }

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

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

 span { border-color: rgb(69,40,137); }

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