#492385

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

Shades of Windsor #492385

Tints of Windsor #492385

Color information

#492385 (or 0x492385) is unknown color: approx Windsor. HEX triplet: 49, 23 and 85. RGB value is (73,35,133). Sum of RGB (Red+Green+Blue) = 73+35+133=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #492385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492385 is #B6DC7A. Grayscale: #393939. Windows color (decimal): -11983995 or 8725321. OLE color: 8725321.

HSL color Cylindrical-coordinate representation of color #492385: hue angle of 263.27º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492385 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7335133-
CMYK0.450.7400.48
HSL263.27º58.33%32.94%-
HSV(B)263.27º73.68%52.16%-
XYZ7.584.3122.62-
YUV57.53170.59139.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=30.29%
G=14.52%
B=55.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73351330.450.7400.48263.2758.3332.94
Hex4923852D4A0301073a21
Octal11143205551120604077241
Binary10010011000111000010110110110010100110000100000111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492385; }

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

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

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

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

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

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

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

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