#4A2884

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

Shades of Windsor #4A2884

Tints of Windsor #4A2884

Color information

#4A2884 (or 0x4A2884) is unknown color: approx Windsor. HEX triplet: 4A, 28 and 84. RGB value is (74,40,132). Sum of RGB (Red+Green+Blue) = 74+40+132=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A2884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2884 is #B5D77B. Grayscale: #3C3C3C. Windows color (decimal): -11917180 or 8661066. OLE color: 8661066.

HSL color Cylindrical-coordinate representation of color #4A2884: hue angle of 262.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A2884 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7440132-
CMYK0.440.7000.48
HSL262.17º53.49%33.73%-
HSV(B)262.17º69.7%51.76%-
XYZ7.754.6422.32-
YUV60.65168.26137.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=30.08%
G=16.26%
B=53.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74401320.440.7000.48262.1753.4933.73
Hex4A28842C460301063522
Octal11250204541060604066542
Binary10010101010001000010010110010001100110000100000110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,40,132); }

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

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

 a { background-color: rgb(74,40,132); }

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

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

 span { border-color: rgb(74,40,132); }

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