#453272

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

Shades of Windsor #453272

Tints of Windsor #453272

Color information

#453272 (or 0x453272) is unknown color: approx Windsor. HEX triplet: 45, 32 and 72. RGB value is (69,50,114). Sum of RGB (Red+Green+Blue) = 69+50+114=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #453272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453272 is #BACD8D. Grayscale: #3E3E3E. Windows color (decimal): -12242318 or 7483973. OLE color: 7483973.

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

Color convert

RGB6950114-
CMYK0.390.5600.55
HSL257.81º39.02%32.16%-
HSV(B)257.81º56.14%44.71%-
XYZ6.634.7616.49-
YUV62.98156.79132.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=29.61%
G=21.46%
B=48.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69501140.390.5600.55257.8139.0232.16
Hex45327227380371022720
Octal1056216247700674024740
Binary100010111001011100101001111110000110111100000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453272; }

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

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

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

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

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

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

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

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