Html Css Color HEX #4E4142 Jon

📋 copy color: '#4E4142'

red 78 ◦ green 65 ◦ blue 66

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

Shades of Jon #4E4142

Tints of Jon #4E4142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 37.32%
G = 31.1%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4E4142 (or 0x4E4142) is known color: Jon. HEX triplet: 4E, 41 and 42. RGB value is (78,65,66). Sum of RGB (Red+Green+Blue) = 78+65+66=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4142 is #B1BEBD. Grayscale: #454545. Windows color (decimal): -11648702 or 4342094. OLE color: 4342094.

HSL color Cylindrical-coordinate representation of color #4E4142: hue angle of 355.38º 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 #4E4142 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 65 66 -
CMYK 0 0.17 0.15 0.69
HSL 355.38º 0.09% 0.28% -
HSV(B) 355.38º 0.17% 0.31% -
XYZ 6.02 5.79 5.96 -
YUV 69 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 78 65 66 0 0.17 0.15 0.69 355.38 0.09 0.28
Hex 4E 41 42 0 11 F 45 163 9 1C
Octal 116 101 102 0 21 17 105 543 11 34
Binary 1001110 1000001 1000010 0 10001 1111 1000101 101100011 1001 11100

Color Harmonies of #4E4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4142

Black with #4E4142

Text Example


Text Example

White with #4E4142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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