#4A2587

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

Shades of Windsor #4A2587

Tints of Windsor #4A2587

Color information

#4A2587 (or 0x4A2587) is unknown color: approx Windsor. HEX triplet: 4A, 25 and 87. RGB value is (74,37,135). Sum of RGB (Red+Green+Blue) = 74+37+135=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A2587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2587 is #B5DA78. Grayscale: #3A3A3A. Windows color (decimal): -11917945 or 8856906. OLE color: 8856906.

HSL color Cylindrical-coordinate representation of color #4A2587: hue angle of 262.65º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2587 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7437135-
CMYK0.450.7300.47
HSL262.65º56.98%33.73%-
HSV(B)262.65º72.59%52.94%-
XYZ7.864.5323.38-
YUV59.24170.76138.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=30.08%
G=15.04%
B=54.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74371350.450.7300.47262.6556.9833.73
Hex4A25872D4902F1073922
Octal11245207551110574077142
Binary10010101001011000011110110110010010101111100000111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2587; }

 p { color: rgb(74,37,135); }

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

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

 a { background-color: rgb(74,37,135); }

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

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

 span { border-color: rgb(74,37,135); }

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