#492B85

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

Shades of Windsor #492B85

Tints of Windsor #492B85

Color information

#492B85 (or 0x492B85) is unknown color: approx Windsor. HEX triplet: 49, 2B and 85. RGB value is (73,43,133). Sum of RGB (Red+Green+Blue) = 73+43+133=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #492B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492B85 is #B6D47A. Grayscale: #3D3D3D. Windows color (decimal): -11981947 or 8727369. OLE color: 8727369.

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

Color convert

RGB7343133-
CMYK0.450.6800.48
HSL260º51.14%34.51%-
HSV(B)260º67.67%52.16%-
XYZ7.854.8422.71-
YUV62.23167.94135.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=29.32%
G=17.27%
B=53.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73431330.450.6800.4826051.1434.51
Hex492B852D440301043323
Octal11153205551040604046343
Binary10010011010111000010110110110001000110000100000100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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