Html Css Color HEX #4E4E47 Thunder

📋 copy color: '#4E4E47'

red 78 ◦ green 78 ◦ blue 71

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

Shades of Thunder #4E4E47

Tints of Thunder #4E4E47

RGB

 RED value IS 78 (30.86% from 255) = 34.36%

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 71 (28.13% from 255) = 31.28%

R = 34.36%
G = 34.36%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E4E47 (or 0x4E4E47) is known color: Thunder. HEX triplet: 4E, 4E and 47. RGB value is (78,78,71). Sum of RGB (Red+Green+Blue) = 78+78+71=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 78 - color contains mainly: red, green. Hex color #4E4E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4E47 is #B1B1B8. Grayscale: #4D4D4D. Windows color (decimal): -11645369 or 4673102. OLE color: 4673102.

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

Color convert

RGB 78 78 71 -
CMYK 0 0 0.09 0.69
HSL 60º 0.05% 0.29% -
HSV(B) 60º 0.09% 0.31% -
XYZ 7 7.52 7.04 -
YUV 77.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 78 78 71 0 0 0.09 0.69 60 0.05 0.29
Hex 4E 4E 47 0 0 9 45 3C 5 1D
Octal 116 116 107 0 0 11 105 74 5 35
Binary 1001110 1001110 1000111 0 0 1001 1000101 111100 101 11101

Color Harmonies of #4E4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4E47

Black with #4E4E47

Text Example


Text Example

White with #4E4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,78,71); }

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

background-color css

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

 a { background-color: rgb(78,78,71); }

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

border-color css

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

 span { border-color: rgb(78,78,71); }

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