Html Css Color HEX #4C2996 Blue Gem

📋 copy color: '#4C2996'

red 76 ◦ green 41 ◦ blue 150

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

Shades of Blue Gem #4C2996

Tints of Blue Gem #4C2996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 28.46%
G = 15.36%
B = 56.18%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4C2996 (or 0x4C2996) is known color: Blue Gem. HEX triplet: 4C, 29 and 96. RGB value is (76,41,150). Sum of RGB (Red+Green+Blue) = 76+41+150=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2996 is #B3D669. Grayscale: #3F3F3F. Windows color (decimal): -11785834 or 9840972. OLE color: 9840972.

HSL color Cylindrical-coordinate representation of color #4C2996: hue angle of 259.27º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C2996 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 76 41 150 -
CMYK 0.49 0.73 0 0.41
HSL 259.27º 0.57% 0.37% -
HSV(B) 259.27º 0.73% 0.59% -
XYZ 9.28 5.32 29.39 -
YUV 63.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 76 41 150 0.49 0.73 0 0.41 259.27 0.57 0.37
Hex 4C 29 96 31 49 0 29 103 39 25
Octal 114 51 226 61 111 0 51 403 71 45
Binary 1001100 101001 10010110 110001 1001001 0 101001 100000011 111001 100101

Color Harmonies of #4C2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2996

Black with #4C2996

Text Example


Text Example

White with #4C2996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,150); }

 H1.HeaderClassName
 {
   color: #4C2996;
 }
 .AnyTagClassName
 {
   color: #4C2996;
 }
</style>

background-color css

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

 a { background-color: rgb(76,41,150); }

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

border-color css

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

 span { border-color: rgb(76,41,150); }

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