#452A79

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

Shades of Windsor #452A79

Tints of Windsor #452A79

Color information

#452A79 (or 0x452A79) is unknown color: approx Windsor. HEX triplet: 45, 2A and 79. RGB value is (69,42,121). Sum of RGB (Red+Green+Blue) = 69+42+121=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #452A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A79 is #BAD586. Grayscale: #3A3A3A. Windows color (decimal): -12244359 or 7940677. OLE color: 7940677.

HSL color Cylindrical-coordinate representation of color #452A79: hue angle of 260.51º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #452A79 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6942121-
CMYK0.430.6500.53
HSL260.51º48.47%31.96%-
HSV(B)260.51º65.29%47.45%-
XYZ6.734.318.56-
YUV59.08162.95135.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=29.74%
G=18.10%
B=52.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69421210.430.6500.53260.5148.4731.96
Hex452A792B410351053020
Octal10552171531010654056040
Binary1000101101010111100110101110000010110101100000101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,42,121); }

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

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

 a { background-color: rgb(69,42,121); }

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

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

 span { border-color: rgb(69,42,121); }

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