#492779

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

Shades of Windsor #492779

Tints of Windsor #492779

Color information

#492779 (or 0x492779) is unknown color: approx Windsor. HEX triplet: 49, 27 and 79. RGB value is (73,39,121). Sum of RGB (Red+Green+Blue) = 73+39+121=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #492779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492779 is #B6D886. Grayscale: #3A3A3A. Windows color (decimal): -11982983 or 7939913. OLE color: 7939913.

HSL color Cylindrical-coordinate representation of color #492779: hue angle of 264.88º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492779 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7339121-
CMYK0.400.6800.53
HSL264.88º51.25%31.37%-
HSV(B)264.88º67.77%47.45%-
XYZ6.924.2518.54-
YUV58.51163.26138.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=31.33%
G=16.74%
B=51.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73391210.400.6800.53264.8851.2531.37
Hex4927792844035109331f
Octal11147171501040654116337
Binary100100110011111110011010001000100011010110000100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492779; }

 p { color: rgb(73,39,121); }

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

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

 a { background-color: rgb(73,39,121); }

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

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

 span { border-color: rgb(73,39,121); }

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