#492193

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

Shades of Windsor #492193

Tints of Windsor #492193

Color information

#492193 (or 0x492193) is unknown color: approx Windsor. HEX triplet: 49, 21 and 93. RGB value is (73,33,147). Sum of RGB (Red+Green+Blue) = 73+33+147=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #492193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492193 is #B6DE6C. Grayscale: #393939. Windows color (decimal): -11984493 or 9642313. OLE color: 9642313.

HSL color Cylindrical-coordinate representation of color #492193: hue angle of 261.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492193 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7333147-
CMYK0.500.7800.42
HSL261.05º63.33%35.29%-
HSV(B)261.05º77.55%57.65%-
XYZ8.564.6128.04-
YUV57.96178.25138.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=28.85%
G=13.04%
B=58.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73331470.500.7800.42261.0563.3335.29
Hex492193324E02A1053f23
Octal11141223621160524057743
Binary10010011000011001001111001010011100101010100000101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492193; }

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

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

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

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

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

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

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

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