Html Css Color HEX #4C3991 Blue Gem

📋 copy color: '#4C3991'

red 76 ◦ green 57 ◦ blue 145

#4C3991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4C3991

Tints of Blue Gem #4C3991

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

 GREEN value IS 57 (22.66% from 255) = 20.5%

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 27.34%
G = 20.5%
B = 52.16%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C3991 (or 0x4C3991) is known color: 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

RGB 76 57 145 -
CMYK 0.48 0.61 0 0.43
HSL 252.95º 0.44% 0.4% -
HSV(B) 252.95º 0.61% 0.57% -
XYZ 9.55 6.51 27.54 -
YUV 72.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 76 57 145 0.48 0.61 0 0.43 252.95 0.44 0.4
Hex 4C 39 91 30 3D 0 2B FD 2C 28
Octal 114 71 221 60 75 0 53 375 54 50
Binary 1001100 111001 10010001 110000 111101 0 101011 11111101 101100 101000

Color Harmonies of #4C3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3991

Black with #4C3991

Text Example


Text Example

White with #4C3991

Text Example


Text Example

HTML Codes & Css Web 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>