#4C3991

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

Shades of Blue Gem #4C3991

Tints of Blue Gem #4C3991

Color information

#4C3991 (or 0x4C3991) is unknown color: approx Blue Gem. HEX triplet: 4C, 39 and 91. RGB value is (76,57,145). Sum of RGB (Red+Green+Blue) = 76+57+145=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C3991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3991 is #B3C66E. Grayscale: #484848. Windows color (decimal): -11781743 or 9517388. OLE color: 9517388.

HSL color Cylindrical-coordinate representation of color #4C3991: hue angle of 252.95º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C3991 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7657145-
CMYK0.480.6100.43
HSL252.95º43.56%39.61%-
HSV(B)252.95º60.69%56.86%-
XYZ9.556.5127.54-
YUV72.71168.79130.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.34%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=27.34%
G=20.50%
B=52.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76571450.480.6100.43252.9543.5639.61
Hex4C3991303D02Bfd2c28
Octal1147122160750533755450
Binary100110011100110010001110000111101010101111111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,57,145); }

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

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

 a { background-color: rgb(76,57,145); }

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

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

 span { border-color: rgb(76,57,145); }

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