#492F84

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

Shades of Windsor #492F84

Tints of Windsor #492F84

Color information

#492F84 (or 0x492F84) is unknown color: approx Windsor. HEX triplet: 49, 2F and 84. RGB value is (73,47,132). Sum of RGB (Red+Green+Blue) = 73+47+132=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #492F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492F84 is #B6D07B. Grayscale: #404040. Windows color (decimal): -11980924 or 8662857. OLE color: 8662857.

HSL color Cylindrical-coordinate representation of color #492F84: hue angle of 258.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #492F84 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7347132-
CMYK0.450.6400.48
HSL258.35º47.49%35.1%-
HSV(B)258.35º64.39%51.76%-
XYZ7.935.1222.4-
YUV64.46166.11134.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=28.97%
G=18.65%
B=52.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73471320.450.6400.48258.3547.4935.1
Hex492F842D400301022f23
Octal11157204551000604025743
Binary10010011011111000010010110110000000110000100000010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492F84; }

 p { color: rgb(73,47,132); }

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

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

 a { background-color: rgb(73,47,132); }

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

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

 span { border-color: rgb(73,47,132); }

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