#492584

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

Shades of Windsor #492584

Tints of Windsor #492584

Color information

#492584 (or 0x492584) is unknown color: approx Windsor. HEX triplet: 49, 25 and 84. RGB value is (73,37,132). Sum of RGB (Red+Green+Blue) = 73+37+132=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #492584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492584 is #B6DA7B. Grayscale: #3A3A3A. Windows color (decimal): -11983484 or 8660297. OLE color: 8660297.

HSL color Cylindrical-coordinate representation of color #492584: hue angle of 262.74º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492584 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7337132-
CMYK0.450.7200.48
HSL262.74º56.21%33.14%-
HSV(B)262.74º71.97%51.76%-
XYZ7.574.4122.28-
YUV58.59169.43138.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 132 (51.95% from 255) = 54.55%
R=30.17%
G=15.29%
B=54.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73371320.450.7200.48262.7456.2133.14
Hex4925842D480301073821
Octal11145204551100604077041
Binary10010011001011000010010110110010000110000100000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492584; }

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

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

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

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

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

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

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

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