Html Css Color HEX #4E4E41 Thunder

📋 copy color: '#4E4E41'

red 78 ◦ green 78 ◦ blue 65

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

Shades of Thunder #4E4E41

Tints of Thunder #4E4E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 35.29%
G = 35.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E4E41 (or 0x4E4E41) is known color: Thunder. HEX triplet: 4E, 4E and 41. RGB value is (78,78,65). Sum of RGB (Red+Green+Blue) = 78+78+65=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 78 - color contains mainly: red, green. Hex color #4E4E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4E41 is #B1B1BE. Grayscale: #4C4C4C. Windows color (decimal): -11645375 or 4279886. OLE color: 4279886.

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

Color convert

RGB 78 78 65 -
CMYK 0 0 0.17 0.69
HSL 60º 0.09% 0.28% -
HSV(B) 60º 0.17% 0.31% -
XYZ 6.82 7.45 6.08 -
YUV 76.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 78 78 65 0 0 0.17 0.69 60 0.09 0.28
Hex 4E 4E 41 0 0 11 45 3C 9 1C
Octal 116 116 101 0 0 21 105 74 11 34
Binary 1001110 1001110 1000001 0 0 10001 1000101 111100 1001 11100

Color Harmonies of #4E4E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4E41

Black with #4E4E41

Text Example


Text Example

White with #4E4E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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