#453375

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

Shades of Windsor #453375

Tints of Windsor #453375

Color information

#453375 (or 0x453375) is unknown color: approx Windsor. HEX triplet: 45, 33 and 75. RGB value is (69,51,117). Sum of RGB (Red+Green+Blue) = 69+51+117=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #453375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453375 is #BACC8A. Grayscale: #3F3F3F. Windows color (decimal): -12242059 or 7680837. OLE color: 7680837.

HSL color Cylindrical-coordinate representation of color #453375: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453375 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6951117-
CMYK0.410.5600.54
HSL256.36º39.29%32.94%-
HSV(B)256.36º56.41%45.88%-
XYZ6.854.9217.42-
YUV63.91157.96131.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=29.11%
G=21.52%
B=49.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69511170.410.5600.54256.3639.2932.94
Hex45337529380361002721
Octal1056316551700664004741
Binary100010111001111101011010011110000110110100000000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453375; }

 p { color: rgb(69,51,117); }

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

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

 a { background-color: rgb(69,51,117); }

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

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

 span { border-color: rgb(69,51,117); }

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