#453473

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

Shades of Windsor #453473

Tints of Windsor #453473

Color information

#453473 (or 0x453473) is unknown color: approx Windsor. HEX triplet: 45, 34 and 73. RGB value is (69,52,115). Sum of RGB (Red+Green+Blue) = 69+52+115=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #453473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453473 is #BACB8C. Grayscale: #404040. Windows color (decimal): -12241805 or 7550021. OLE color: 7550021.

HSL color Cylindrical-coordinate representation of color #453473: hue angle of 256.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #453473 is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6952115-
CMYK0.40.5500.55
HSL256.19º37.72%32.75%-
HSV(B)256.19º54.78%45.1%-
XYZ6.784.9616.82-
YUV64.26156.63131.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=29.24%
G=22.03%
B=48.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69521150.40.5500.55256.1937.7232.75
Hex45347328370371002621
Octal1056416350670674004641
Binary100010111010011100111010001101110110111100000000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453473; }

 p { color: rgb(69,52,115); }

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

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

 a { background-color: rgb(69,52,115); }

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

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

 span { border-color: rgb(69,52,115); }

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