#492886

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

Shades of Windsor #492886

Tints of Windsor #492886

Color information

#492886 (or 0x492886) is unknown color: approx Windsor. HEX triplet: 49, 28 and 86. RGB value is (73,40,134). Sum of RGB (Red+Green+Blue) = 73+40+134=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #492886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492886 is #B6D779. Grayscale: #3C3C3C. Windows color (decimal): -11982714 or 8792137. OLE color: 8792137.

HSL color Cylindrical-coordinate representation of color #492886: hue angle of 261.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492886 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7340134-
CMYK0.460.7000.47
HSL261.06º54.02%34.12%-
HSV(B)261.06º70.15%52.55%-
XYZ7.814.6623.04-
YUV60.58169.43136.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 134 (52.73% from 255) = 54.25%
R=29.55%
G=16.19%
B=54.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73401340.460.7000.47261.0654.0234.12
Hex4928862E4602F1053622
Octal11150206561060574056642
Binary10010011010001000011010111010001100101111100000101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492886; }

 p { color: rgb(73,40,134); }

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

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

 a { background-color: rgb(73,40,134); }

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

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

 span { border-color: rgb(73,40,134); }

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