Html Css Color HEX #4F4347 Emperor

📋 copy color: '#4F4347'

red 79 ◦ green 67 ◦ blue 71

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

Shades of Emperor #4F4347

Tints of Emperor #4F4347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

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

R = 36.41%
G = 30.88%
B = 32.72%

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

#4F4347 (or 0x4F4347) is known color: Emperor. HEX triplet: 4F, 43 and 47. RGB value is (79,67,71). Sum of RGB (Red+Green+Blue) = 79+67+71=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4347 is #B0BCB8. Grayscale: #474747. Windows color (decimal): -11582649 or 4670287. OLE color: 4670287.

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

Color convert

RGB 79 67 71 -
CMYK 0 0.15 0.10 0.69
HSL 340º 0.08% 0.29% -
HSV(B) 340º 0.15% 0.31% -
XYZ 6.37 6.13 6.81 -
YUV 71.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 79 67 71 0 0.15 0.10 0.69 340 0.08 0.29
Hex 4F 43 47 0 F A 45 154 8 1D
Octal 117 103 107 0 17 12 105 524 10 35
Binary 1001111 1000011 1000111 0 1111 1010 1000101 101010100 1000 11101

Color Harmonies of #4F4347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4347

Black with #4F4347

Text Example


Text Example

White with #4F4347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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