Html Css Color HEX #4E4246 Emperor

📋 copy color: '#4E4246'

red 78 ◦ green 66 ◦ blue 70

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

Shades of Emperor #4E4246

Tints of Emperor #4E4246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 36.45%
G = 30.84%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E4246 (or 0x4E4246) is known color: Emperor. HEX triplet: 4E, 42 and 46. RGB value is (78,66,70). Sum of RGB (Red+Green+Blue) = 78+66+70=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4246 is #B1BDB9. Grayscale: #464646. Windows color (decimal): -11648442 or 4604494. OLE color: 4604494.

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

Color convert

RGB 78 66 70 -
CMYK 0 0.15 0.10 0.69
HSL 340º 0.08% 0.28% -
HSV(B) 340º 0.15% 0.31% -
XYZ 6.2 5.96 6.62 -
YUV 70.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 78 66 70 0 0.15 0.10 0.69 340 0.08 0.28
Hex 4E 42 46 0 F A 45 154 8 1C
Octal 116 102 106 0 17 12 105 524 10 34
Binary 1001110 1000010 1000110 0 1111 1010 1000101 101010100 1000 11100

Color Harmonies of #4E4246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4246

Black with #4E4246

Text Example


Text Example

White with #4E4246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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