#492778

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

Shades of Windsor #492778

Tints of Windsor #492778

Color information

#492778 (or 0x492778) is unknown color: approx Windsor. HEX triplet: 49, 27 and 78. RGB value is (73,39,120). Sum of RGB (Red+Green+Blue) = 73+39+120=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #492778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492778 is #B6D887. Grayscale: #3A3A3A. Windows color (decimal): -11982984 or 7874377. OLE color: 7874377.

HSL color Cylindrical-coordinate representation of color #492778: hue angle of 265.19º 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 #492778 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7339120-
CMYK0.390.6700.53
HSL265.19º50.94%31.18%-
HSV(B)265.19º67.5%47.06%-
XYZ6.864.2218.22-
YUV58.4162.76138.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=31.47%
G=16.81%
B=51.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73391200.390.6700.53265.1950.9431.18
Hex4927782743035109331f
Octal11147170471030654116337
Binary100100110011111110001001111000011011010110000100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492778; }

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

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

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

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

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

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

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

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