#453273

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

Shades of Windsor #453273

Tints of Windsor #453273

Color information

#453273 (or 0x453273) is unknown color: approx Windsor. HEX triplet: 45, 32 and 73. RGB value is (69,50,115). Sum of RGB (Red+Green+Blue) = 69+50+115=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #453273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453273 is #BACD8C. Grayscale: #3E3E3E. Windows color (decimal): -12242317 or 7549509. OLE color: 7549509.

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

Color convert

RGB6950115-
CMYK0.40.5700.55
HSL257.54º39.39%32.35%-
HSV(B)257.54º56.52%45.1%-
XYZ6.694.7816.79-
YUV63.09157.29132.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=29.49%
G=21.37%
B=49.15%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69501150.40.5700.55257.5439.3932.35
Hex45327328390371022720
Octal1056216350710674024740
Binary100010111001011100111010001110010110111100000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453273; }

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

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

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

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

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

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

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

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