#4C2AA1

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

Shades of Blue Gem #4C2AA1

Tints of Blue Gem #4C2AA1

Color information

#4C2AA1 (or 0x4C2AA1) is unknown color: approx Blue Gem. HEX triplet: 4C, 2A and A1. RGB value is (76,42,161). Sum of RGB (Red+Green+Blue) = 76+42+161=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 161 (63.28% from 255 or 57.71% from 279); Max value from RGB is 161 - color contains mainly: blue. Hex color #4C2AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2AA1 is #B3D55E. Grayscale: #414141. Windows color (decimal): -11785567 or 10562124. OLE color: 10562124.

HSL color Cylindrical-coordinate representation of color #4C2AA1: hue angle of 257.14º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C2AA1 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7642161-
CMYK0.530.7400.37
HSL257.14º58.62%39.8%-
HSV(B)257.14º73.91%63.14%-
XYZ10.245.7734.29-
YUV65.73181.76135.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.24%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 161 (63.28% from 255) = 57.71%
R=27.24%
G=15.05%
B=57.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76421610.530.7400.37257.1458.6239.8
Hex4C2AA1354A0251013b28
Octal11452241651120454017350
Binary10011001010101010000111010110010100100101100000001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,42,161); }

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

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

 a { background-color: rgb(76,42,161); }

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

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

 span { border-color: rgb(76,42,161); }

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