Html Css Color HEX #4E4F44 Kelp

📋 copy color: '#4E4F44'

red 78 ◦ green 79 ◦ blue 68

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

Shades of Kelp #4E4F44

Tints of Kelp #4E4F44

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.11%

 BLUE value IS 68 (26.95% from 255) = 30.22%

R = 34.67%
G = 35.11%
B = 30.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4E4F44 (or 0x4E4F44) is known color: Kelp. HEX triplet: 4E, 4F and 44. RGB value is (78,79,68). Sum of RGB (Red+Green+Blue) = 78+79+68=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F44 is #B1B0BB. Grayscale: #4D4D4D. Windows color (decimal): -11645116 or 4476750. OLE color: 4476750.

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

Color convert

RGB 78 79 68 -
CMYK 0.01 0 0.14 0.69
HSL 65.45º 0.07% 0.29% -
HSV(B) 65.45º 0.14% 0.31% -
XYZ 6.98 7.63 6.57 -
YUV 77.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 78 79 68 0.01 0 0.14 0.69 65.45 0.07 0.29
Hex 4E 4F 44 1 0 E 45 41 7 1D
Octal 116 117 104 1 0 16 105 101 7 35
Binary 1001110 1001111 1000100 1 0 1110 1000101 1000001 111 11101

Color Harmonies of #4E4F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4F44

Black with #4E4F44

Text Example


Text Example

White with #4E4F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,79,68); }

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

background-color css

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

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

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

border-color css

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

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

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