Html Css Color HEX #4C2999 Blue Gem

📋 copy color: '#4C2999'

red 76 ◦ green 41 ◦ blue 153

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

Shades of Blue Gem #4C2999

Tints of Blue Gem #4C2999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 28.15%
G = 15.19%
B = 56.67%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4C2999 (or 0x4C2999) is known color: Blue Gem. HEX triplet: 4C, 29 and 99. RGB value is (76,41,153). Sum of RGB (Red+Green+Blue) = 76+41+153=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C2999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2999 is #B3D666. Grayscale: #3F3F3F. Windows color (decimal): -11785831 or 10037580. OLE color: 10037580.

HSL color Cylindrical-coordinate representation of color #4C2999: hue angle of 258.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C2999 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 41 153 -
CMYK 0.50 0.73 0 0.4
HSL 258.75º 0.58% 0.38% -
HSV(B) 258.75º 0.73% 0.6% -
XYZ 9.52 5.42 30.68 -
YUV 64.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 76 41 153 0.50 0.73 0 0.4 258.75 0.58 0.38
Hex 4C 29 99 32 49 0 28 103 3A 26
Octal 114 51 231 62 111 0 50 403 72 46
Binary 1001100 101001 10011001 110010 1001001 0 101000 100000011 111010 100110

Color Harmonies of #4C2999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2999

Black with #4C2999

Text Example


Text Example

White with #4C2999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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