#492292

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

Shades of Windsor #492292

Tints of Windsor #492292

Color information

#492292 (or 0x492292) is unknown color: approx Windsor. HEX triplet: 49, 22 and 92. RGB value is (73,34,146). Sum of RGB (Red+Green+Blue) = 73+34+146=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #492292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492292 is #B6DD6D. Grayscale: #3A3A3A. Windows color (decimal): -11984238 or 9577033. OLE color: 9577033.

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

Color convert

RGB7334146-
CMYK0.50.7700.43
HSL260.89º62.22%35.29%-
HSV(B)260.89º76.71%57.25%-
XYZ8.514.6427.64-
YUV58.43177.42138.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=28.85%
G=13.44%
B=57.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73341460.50.7700.43260.8962.2235.29
Hex492292324D02B1053e23
Octal11142222621150534057643
Binary10010011000101001001011001010011010101011100000101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492292; }

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

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

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

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

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

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

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

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