#492390

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

Shades of Windsor #492390

Tints of Windsor #492390

Color information

#492390 (or 0x492390) is unknown color: approx Windsor. HEX triplet: 49, 23 and 90. RGB value is (73,35,144). Sum of RGB (Red+Green+Blue) = 73+35+144=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #492390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492390 is #B6DC6F. Grayscale: #3A3A3A. Windows color (decimal): -11983984 or 9446217. OLE color: 9446217.

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

Color convert

RGB7335144-
CMYK0.490.7600.44
HSL260.92º60.89%35.1%-
HSV(B)260.92º75.69%56.47%-
XYZ8.384.6326.84-
YUV58.79176.09138.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=28.97%
G=13.89%
B=57.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73351440.490.7600.44260.9260.8935.1
Hex492390314C02C1053d23
Octal11143220611140544057543
Binary10010011000111001000011000110011000101100100000101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492390; }

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

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

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

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

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

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

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

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