#453084

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

Shades of Windsor #453084

Tints of Windsor #453084

Color information

#453084 (or 0x453084) is unknown color: approx Windsor. HEX triplet: 45, 30 and 84. RGB value is (69,48,132). Sum of RGB (Red+Green+Blue) = 69+48+132=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #453084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453084 is #BACF7B. Grayscale: #3F3F3F. Windows color (decimal): -12242812 or 8663109. OLE color: 8663109.

HSL color Cylindrical-coordinate representation of color #453084: hue angle of 255º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453084 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6948132-
CMYK0.480.6400.48
HSL255º46.67%35.29%-
HSV(B)255º63.64%51.76%-
XYZ7.685.0522.4-
YUV63.86166.46131.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=27.71%
G=19.28%
B=53.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69481320.480.6400.4825546.6735.29
Hex4530843040030ff2f23
Octal10560204601000603775743
Binary1000101110000100001001100001000000011000011111111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453084; }

 p { color: rgb(69,48,132); }

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

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

 a { background-color: rgb(69,48,132); }

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

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

 span { border-color: rgb(69,48,132); }

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