#452F79

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

Shades of Windsor #452F79

Tints of Windsor #452F79

Color information

#452F79 (or 0x452F79) is unknown color: approx Windsor. HEX triplet: 45, 2F and 79. RGB value is (69,47,121). Sum of RGB (Red+Green+Blue) = 69+47+121=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #452F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F79 is #BAD086. Grayscale: #3D3D3D. Windows color (decimal): -12243079 or 7941957. OLE color: 7941957.

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

Color convert

RGB6947121-
CMYK0.430.6100.53
HSL257.84º44.05%32.94%-
HSV(B)257.84º61.16%47.45%-
XYZ6.924.6818.63-
YUV62.01161.29132.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=29.11%
G=19.83%
B=51.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69471210.430.6100.53257.8444.0532.94
Hex452F792B3D0351022c21
Octal1055717153750654025441
Binary100010110111111110011010111111010110101100000010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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