#4C3AA9

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

Shades of Blue Gem #4C3AA9

Tints of Blue Gem #4C3AA9

Color information

#4C3AA9 (or 0x4C3AA9) is unknown color: approx Blue Gem. HEX triplet: 4C, 3A and A9. RGB value is (76,58,169). Sum of RGB (Red+Green+Blue) = 76+58+169=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #4C3AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3AA9 is #B3C556. Grayscale: #4B4B4B. Windows color (decimal): -11781463 or 11090508. OLE color: 11090508.

HSL color Cylindrical-coordinate representation of color #4C3AA9: hue angle of 249.73º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C3AA9 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7658169-
CMYK0.550.6600.34
HSL249.73º48.9%44.51%-
HSV(B)249.73º65.68%66.27%-
XYZ11.657.4338.36-
YUV76.04180.46127.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=25.08%
G=19.14%
B=55.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal76581690.550.6600.34249.7348.944.51
Hex4C3AA93742022fa312d
Octal11472251671020423726155
Binary1001100111010101010011101111000010010001011111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,58,169); }

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

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

 a { background-color: rgb(76,58,169); }

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

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

 span { border-color: rgb(76,58,169); }

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