Html Css Color HEX #4E4748 Emperor

📋 copy color: '#4E4748'

red 78 ◦ green 71 ◦ blue 72

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

Shades of Emperor #4E4748

Tints of Emperor #4E4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 35.29%
G = 32.13%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4E4748 (or 0x4E4748) is known color: Emperor. HEX triplet: 4E, 47 and 48. RGB value is (78,71,72). Sum of RGB (Red+Green+Blue) = 78+71+72=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4748 is #B1B8B7. Grayscale: #494949. Windows color (decimal): -11647160 or 4736846. OLE color: 4736846.

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

Color convert

RGB 78 71 72 -
CMYK 0 0.09 0.08 0.69
HSL 351.43º 0.05% 0.29% -
HSV(B) 351.43º 0.09% 0.31% -
XYZ 6.56 6.59 7.06 -
YUV 73.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 78 71 72 0 0.09 0.08 0.69 351.43 0.05 0.29
Hex 4E 47 48 0 9 8 45 15F 5 1D
Octal 116 107 110 0 11 10 105 537 5 35
Binary 1001110 1000111 1001000 0 1001 1000 1000101 101011111 101 11101

Color Harmonies of #4E4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4748

Black with #4E4748

Text Example


Text Example

White with #4E4748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,71,72); }

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

background-color css

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

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

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

border-color css

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

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

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