#492392

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

Shades of Windsor #492392

Tints of Windsor #492392

Color information

#492392 (or 0x492392) is unknown color: approx Windsor. HEX triplet: 49, 23 and 92. RGB value is (73,35,146). Sum of RGB (Red+Green+Blue) = 73+35+146=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #492392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492392 is #B6DC6D. Grayscale: #3A3A3A. Windows color (decimal): -11983982 or 9577289. OLE color: 9577289.

HSL color Cylindrical-coordinate representation of color #492392: hue angle of 260.54º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492392 is Cyan = 0.5, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7335146-
CMYK0.50.7600.43
HSL260.54º61.33%35.49%-
HSV(B)260.54º76.03%57.25%-
XYZ8.544.6927.65-
YUV59.02177.09137.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=28.74%
G=13.78%
B=57.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73351460.50.7600.43260.5461.3335.49
Hex492392324C02B1053d23
Octal11143222621140534057543
Binary10010011000111001001011001010011000101011100000101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492392; }

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

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

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

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

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

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

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

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