#452478

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

Shades of Windsor #452478

Tints of Windsor #452478

Color information

#452478 (or 0x452478) is unknown color: approx Windsor. HEX triplet: 45, 24 and 78. RGB value is (69,36,120). Sum of RGB (Red+Green+Blue) = 69+36+120=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #452478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452478 is #BADB87. Grayscale: #373737. Windows color (decimal): -12245896 or 7873605. OLE color: 7873605.

HSL color Cylindrical-coordinate representation of color #452478: hue angle of 263.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #452478 is Cyan = 0.42, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6936120-
CMYK0.420.700.53
HSL263.57º53.85%30.59%-
HSV(B)263.57º70%47.06%-
XYZ6.483.8818.18-
YUV55.44164.43137.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=30.67%
G=16%
B=53.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69361200.420.700.53263.5753.8530.59
Hex4524782A46035108361f
Octal10544170521060654106637
Binary100010110010011110001010101000110011010110000100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452478; }

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

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

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

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

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

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

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

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