#492D85

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

Shades of Windsor #492D85

Tints of Windsor #492D85

Color information

#492D85 (or 0x492D85) is unknown color: approx Windsor. HEX triplet: 49, 2D and 85. RGB value is (73,45,133). Sum of RGB (Red+Green+Blue) = 73+45+133=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #492D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492D85 is #B6D27A. Grayscale: #3F3F3F. Windows color (decimal): -11981435 or 8727881. OLE color: 8727881.

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

Color convert

RGB7345133-
CMYK0.450.6600.48
HSL259.09º49.44%34.9%-
HSV(B)259.09º66.17%52.16%-
XYZ7.924.9922.74-
YUV63.4167.28134.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=29.08%
G=17.93%
B=52.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73451330.450.6600.48259.0949.4434.9
Hex492D852D420301033123
Octal11155205551020604036143
Binary10010011011011000010110110110000100110000100000011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492D85; }

 p { color: rgb(73,45,133); }

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

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

 a { background-color: rgb(73,45,133); }

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

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

 span { border-color: rgb(73,45,133); }

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