Html Css Color HEX #4F4648 Emperor

📋 copy color: '#4F4648'

red 79 ◦ green 70 ◦ blue 72

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

Shades of Emperor #4F4648

Tints of Emperor #4F4648

RGB

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

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

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

R = 35.75%
G = 31.67%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F4648 (or 0x4F4648) is known color: Emperor. HEX triplet: 4F, 46 and 48. RGB value is (79,70,72). Sum of RGB (Red+Green+Blue) = 79+70+72=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4648 is #B0B9B7. Grayscale: #484848. Windows color (decimal): -11581880 or 4736591. OLE color: 4736591.

HSL color Cylindrical-coordinate representation of color #4F4648: hue angle of 346.67º 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 #4F4648 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 70 72 -
CMYK 0 0.11 0.09 0.69
HSL 346.67º 0.06% 0.29% -
HSV(B) 346.67º 0.11% 0.31% -
XYZ 6.58 6.51 7.04 -
YUV 72.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 79 70 72 0 0.11 0.09 0.69 346.67 0.06 0.29
Hex 4F 46 48 0 B 9 45 15B 6 1D
Octal 117 106 110 0 13 11 105 533 6 35
Binary 1001111 1000110 1001000 0 1011 1001 1000101 101011011 110 11101

Color Harmonies of #4F4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4648

Black with #4F4648

Text Example


Text Example

White with #4F4648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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