Html Css Color HEX #4E4043 Emperor

📋 copy color: '#4E4043'

red 78 ◦ green 64 ◦ blue 67

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

Shades of Emperor #4E4043

Tints of Emperor #4E4043

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 37.32%
G = 30.62%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4E4043 (or 0x4E4043) is known color: Emperor. HEX triplet: 4E, 40 and 43. RGB value is (78,64,67). Sum of RGB (Red+Green+Blue) = 78+64+67=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4043 is #B1BFBC. Grayscale: #444444. Windows color (decimal): -11648957 or 4407374. OLE color: 4407374.

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

Color convert

RGB 78 64 67 -
CMYK 0 0.18 0.14 0.69
HSL 347.14º 0.1% 0.28% -
HSV(B) 347.14º 0.18% 0.31% -
XYZ 5.99 5.69 6.09 -
YUV 68.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 78 64 67 0 0.18 0.14 0.69 347.14 0.1 0.28
Hex 4E 40 43 0 12 E 45 15B A 1C
Octal 116 100 103 0 22 16 105 533 12 34
Binary 1001110 1000000 1000011 0 10010 1110 1000101 101011011 1010 11100

Color Harmonies of #4E4043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4043

Black with #4E4043

Text Example


Text Example

White with #4E4043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,64,67); }

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

background-color css

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

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

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

border-color css

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

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

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