Html Css Color HEX #4F4647 Emperor

📋 copy color: '#4F4647'

red 79 ◦ green 70 ◦ blue 71

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

Shades of Emperor #4F4647

Tints of Emperor #4F4647

RGB

 RED value IS 79 (31.25% from 255) = 35.91%

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 35.91%
G = 31.82%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4F4647 (or 0x4F4647) is known color: Emperor. HEX triplet: 4F, 46 and 47. RGB value is (79,70,71). Sum of RGB (Red+Green+Blue) = 79+70+71=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4647 is #B0B9B8. Grayscale: #484848. Windows color (decimal): -11581881 or 4671055. OLE color: 4671055.

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

Color convert

RGB 79 70 71 -
CMYK 0 0.11 0.10 0.69
HSL 353.33º 0.06% 0.29% -
HSV(B) 353.33º 0.11% 0.31% -
XYZ 6.55 6.5 6.87 -
YUV 72.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 79 70 71 0 0.11 0.10 0.69 353.33 0.06 0.29
Hex 4F 46 47 0 B A 45 161 6 1D
Octal 117 106 107 0 13 12 105 541 6 35
Binary 1001111 1000110 1000111 0 1011 1010 1000101 101100001 110 11101

Color Harmonies of #4F4647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4647

Black with #4F4647

Text Example


Text Example

White with #4F4647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,71); }

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

background-color css

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

 a { background-color: rgb(79,70,71); }

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

border-color css

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

 span { border-color: rgb(79,70,71); }

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