#4A2A87

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

Shades of Windsor #4A2A87

Tints of Windsor #4A2A87

Color information

#4A2A87 (or 0x4A2A87) is unknown color: approx Windsor. HEX triplet: 4A, 2A and 87. RGB value is (74,42,135). Sum of RGB (Red+Green+Blue) = 74+42+135=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A2A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2A87 is #B5D578. Grayscale: #3D3D3D. Windows color (decimal): -11916665 or 8858186. OLE color: 8858186.

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

Color convert

RGB7442135-
CMYK0.450.6900.47
HSL260.65º52.54%34.71%-
HSV(B)260.65º68.89%52.94%-
XYZ8.034.8623.44-
YUV62.17169.1136.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 42 (16.80% from 255) = 16.73%
BLUE value IS 135 (53.12% from 255) = 53.78%
R=29.48%
G=16.73%
B=53.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74421350.450.6900.47260.6552.5434.71
Hex4A2A872D4502F1053523
Octal11252207551050574056543
Binary10010101010101000011110110110001010101111100000101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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