#452D78

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

Shades of Windsor #452D78

Tints of Windsor #452D78

Color information

#452D78 (or 0x452D78) is unknown color: approx Windsor. HEX triplet: 45, 2D and 78. RGB value is (69,45,120). Sum of RGB (Red+Green+Blue) = 69+45+120=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #452D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D78 is #BAD287. Grayscale: #3C3C3C. Windows color (decimal): -12243592 or 7875909. OLE color: 7875909.

HSL color Cylindrical-coordinate representation of color #452D78: hue angle of 259.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452D78 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6945120-
CMYK0.420.6300.53
HSL259.2º45.45%32.35%-
HSV(B)259.2º62.5%47.06%-
XYZ6.784.518.28-
YUV60.73161.45133.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=29.49%
G=19.23%
B=51.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69451200.420.6300.53259.245.4532.35
Hex452D782A3F0351032d20
Octal1055517052770654035540
Binary100010110110111110001010101111110110101100000011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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