#4A2A78

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

Shades of Windsor #4A2A78

Tints of Windsor #4A2A78

Color information

#4A2A78 (or 0x4A2A78) is unknown color: approx Windsor. HEX triplet: 4A, 2A and 78. RGB value is (74,42,120). Sum of RGB (Red+Green+Blue) = 74+42+120=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A2A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2A78 is #B5D587. Grayscale: #3C3C3C. Windows color (decimal): -11916680 or 7875146. OLE color: 7875146.

HSL color Cylindrical-coordinate representation of color #4A2A78: hue angle of 264.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A2A78 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7442120-
CMYK0.380.6500.53
HSL264.62º48.15%31.76%-
HSV(B)264.62º65%47.06%-
XYZ7.044.4718.26-
YUV60.46161.6137.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.36%
GREEN value IS 42 (16.80% from 255) = 17.80%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=31.36%
G=17.80%
B=50.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74421200.380.6500.53264.6248.1531.76
Hex4A2A7826410351093020
Octal11252170461010654116040
Binary1001010101010111100010011010000010110101100001001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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