#453579

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

Shades of Windsor #453579

Tints of Windsor #453579

Color information

#453579 (or 0x453579) is unknown color: approx Windsor. HEX triplet: 45, 35 and 79. RGB value is (69,53,121). Sum of RGB (Red+Green+Blue) = 69+53+121=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #453579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453579 is #BACA86. Grayscale: #414141. Windows color (decimal): -12241543 or 7943493. OLE color: 7943493.

HSL color Cylindrical-coordinate representation of color #453579: hue angle of 254.12º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453579 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6953121-
CMYK0.430.5600.53
HSL254.12º39.08%34.12%-
HSV(B)254.12º56.2%47.45%-
XYZ7.185.1918.71-
YUV65.54159.3130.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=28.40%
G=21.81%
B=49.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69531210.430.5600.53254.1239.0834.12
Hex4535792B38035fe2722
Octal1056517153700653764742
Binary10001011101011111001101011111000011010111111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453579; }

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

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

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

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

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

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

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

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