#452B72

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

Shades of Windsor #452B72

Tints of Windsor #452B72

Color information

#452B72 (or 0x452B72) is unknown color: approx Windsor. HEX triplet: 45, 2B and 72. RGB value is (69,43,114). Sum of RGB (Red+Green+Blue) = 69+43+114=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #452B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B72 is #BAD48D. Grayscale: #3A3A3A. Windows color (decimal): -12244110 or 7482181. OLE color: 7482181.

HSL color Cylindrical-coordinate representation of color #452B72: hue angle of 261.97º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452B72 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6943114-
CMYK0.390.6200.55
HSL261.97º45.22%30.78%-
HSV(B)261.97º62.28%44.71%-
XYZ6.364.2116.4-
YUV58.87159.11135.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=30.53%
G=19.03%
B=50.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69431140.390.6200.55261.9745.2230.78
Hex452B72273E0371062d1f
Octal1055316247760674065537
Binary10001011010111110010100111111110011011110000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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