Html Css Color HEX #4B4849 Emperor

📋 copy color: '#4B4849'

red 75 ◦ green 72 ◦ blue 73

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

Shades of Emperor #4B4849

Tints of Emperor #4B4849

RGB

 RED value IS 75 (29.69% from 255) = 34.09%

 GREEN value IS 72 (28.52% from 255) = 32.73%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 34.09%
G = 32.73%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4B4849 (or 0x4B4849) is known color: Emperor. HEX triplet: 4B, 48 and 49. RGB value is (75,72,73). Sum of RGB (Red+Green+Blue) = 75+72+73=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4849 is #B4B7B6. Grayscale: #494949. Windows color (decimal): -11843511 or 4802635. OLE color: 4802635.

HSL color Cylindrical-coordinate representation of color #4B4849: hue angle of 340º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4B4849 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 72 73 -
CMYK 0 0.04 0.03 0.71
HSL 340º 0.02% 0.29% -
HSV(B) 340º 0.04% 0.29% -
XYZ 6.42 6.61 7.24 -
YUV 73.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 75 72 73 0 0.04 0.03 0.71 340 0.02 0.29
Hex 4B 48 49 0 4 3 47 154 2 1D
Octal 113 110 111 0 4 3 107 524 2 35
Binary 1001011 1001000 1001001 0 100 11 1000111 101010100 10 11101

Color Harmonies of #4B4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4849

Black with #4B4849

Text Example


Text Example

White with #4B4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,72,73); }

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

background-color css

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

 a { background-color: rgb(75,72,73); }

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

border-color css

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

 span { border-color: rgb(75,72,73); }

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