#452F78

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

Shades of Windsor #452F78

Tints of Windsor #452F78

Color information

#452F78 (or 0x452F78) is unknown color: approx Windsor. HEX triplet: 45, 2F and 78. RGB value is (69,47,120). Sum of RGB (Red+Green+Blue) = 69+47+120=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #452F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F78 is #BAD087. Grayscale: #3D3D3D. Windows color (decimal): -12243080 or 7876421. OLE color: 7876421.

HSL color Cylindrical-coordinate representation of color #452F78: hue angle of 258.08º 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 #452F78 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6947120-
CMYK0.420.6100.53
HSL258.08º43.71%32.75%-
HSV(B)258.08º60.83%47.06%-
XYZ6.864.6518.31-
YUV61.9160.79133.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=29.24%
G=19.92%
B=50.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69471200.420.6100.53258.0843.7132.75
Hex452F782A3D0351022c21
Octal1055717052750654025441
Binary100010110111111110001010101111010110101100000010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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