Html Css Color HEX #4C4C49 Thunder

📋 copy color: '#4C4C49'

red 76 ◦ green 76 ◦ blue 73

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

Shades of Thunder #4C4C49

Tints of Thunder #4C4C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

 BLUE value IS 73 (28.91% from 255) = 32.44%

R = 33.78%
G = 33.78%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C4C49 (or 0x4C4C49) is known color: Thunder. HEX triplet: 4C, 4C and 49. RGB value is (76,76,73). Sum of RGB (Red+Green+Blue) = 76+76+73=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 76 - color contains mainly: red, green. Hex color #4C4C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4C49 is #B3B3B6. Grayscale: #4B4B4B. Windows color (decimal): -11776951 or 4803660. OLE color: 4803660.

HSL color Cylindrical-coordinate representation of color #4C4C49: hue angle of 60º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C4C49 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 76 73 -
CMYK 0 0 0.04 0.70
HSL 60º 0.02% 0.29% -
HSV(B) 60º 0.04% 0.3% -
XYZ 6.77 7.19 7.33 -
YUV 75.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 76 76 73 0 0 0.04 0.70 60 0.02 0.29
Hex 4C 4C 49 0 0 4 46 3C 2 1D
Octal 114 114 111 0 0 4 106 74 2 35
Binary 1001100 1001100 1001001 0 0 100 1000110 111100 10 11101

Color Harmonies of #4C4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4C49

Black with #4C4C49

Text Example


Text Example

White with #4C4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,76,73); }

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

background-color css

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

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

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

border-color css

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

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

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