#453083

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

Shades of Windsor #453083

Tints of Windsor #453083

Color information

#453083 (or 0x453083) is unknown color: approx Windsor. HEX triplet: 45, 30 and 83. RGB value is (69,48,131). Sum of RGB (Red+Green+Blue) = 69+48+131=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #453083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453083 is #BACF7C. Grayscale: #3F3F3F. Windows color (decimal): -12242813 or 8597573. OLE color: 8597573.

HSL color Cylindrical-coordinate representation of color #453083: hue angle of 255.18º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453083 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6948131-
CMYK0.470.6300.49
HSL255.18º46.37%35.1%-
HSV(B)255.18º63.36%51.37%-
XYZ7.615.0222.04-
YUV63.74165.96131.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=27.82%
G=19.35%
B=52.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69481310.470.6300.49255.1846.3735.1
Hex4530832F3F031ff2e23
Octal1056020357770613775643
Binary100010111000010000011101111111111011000111111111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453083; }

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

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

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

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

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

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

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

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