#452178

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

Shades of Windsor #452178

Tints of Windsor #452178

Color information

#452178 (or 0x452178) is unknown color: approx Windsor. HEX triplet: 45, 21 and 78. RGB value is (69,33,120). Sum of RGB (Red+Green+Blue) = 69+33+120=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #452178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452178 is #BADE87. Grayscale: #353535. Windows color (decimal): -12246664 or 7872837. OLE color: 7872837.

HSL color Cylindrical-coordinate representation of color #452178: hue angle of 264.83º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452178 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6933120-
CMYK0.420.7200.53
HSL264.83º56.86%30%-
HSV(B)264.83º72.5%47.06%-
XYZ6.393.7118.15-
YUV53.68165.43138.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=31.08%
G=14.86%
B=54.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69331200.420.7200.53264.8356.8630
Hex4521782A48035109391e
Octal10541170521100654117136
Binary100010110000111110001010101001000011010110000100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452178; }

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

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

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

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

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

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

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

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