#492186

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

Shades of Windsor #492186

Tints of Windsor #492186

Color information

#492186 (or 0x492186) is unknown color: approx Windsor. HEX triplet: 49, 21 and 86. RGB value is (73,33,134). Sum of RGB (Red+Green+Blue) = 73+33+134=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #492186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492186 is #B6DE79. Grayscale: #383838. Windows color (decimal): -11984506 or 8790345. OLE color: 8790345.

HSL color Cylindrical-coordinate representation of color #492186: hue angle of 263.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492186 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7333134-
CMYK0.460.7500.47
HSL263.76º60.48%32.75%-
HSV(B)263.76º75.37%52.55%-
XYZ7.594.2322.97-
YUV56.47171.75139.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=30.42%
G=13.75%
B=55.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73331340.460.7500.47263.7660.4832.75
Hex4921862E4B02F1083c21
Octal11141206561130574107441
Binary10010011000011000011010111010010110101111100001000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492186; }

 p { color: rgb(73,33,134); }

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

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

 a { background-color: rgb(73,33,134); }

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

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

 span { border-color: rgb(73,33,134); }

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