#4B4144

Color #4B4144 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #4B4144

Tints of Emperor #4B4144

Color information

#4B4144 (or 0x4B4144) is unknown color: approx Emperor. HEX triplet: 4B, 41 and 44. RGB value is (75,65,68). Sum of RGB (Red+Green+Blue) = 75+65+68=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4144 is #B4BEBB. Grayscale: #444444. Windows color (decimal): -11845308 or 4473163. OLE color: 4473163.

HSL color Cylindrical-coordinate representation of color #4B4144: hue angle of 342º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4144 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB756568-
CMYK00.130.090.71
HSL342º7.14%27.45%-
HSV(B)342º13.33%29.41%-
XYZ5.845.696.26-
YUV68.33127.81132.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=36.06%
G=31.25%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75656800.130.090.713427.1427.45
Hex4B41440D94715671b
Octal11310110401511107526733
Binary100101110000011000100011011001100011110101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,68); }

 H1.HeaderClassName
 {
   color: #4B4144;
 }
 .AnyTagClassName
 {
   color: #4B4144;
 }
</style>
background-color css

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

 a { background-color: rgb(75,65,68); }

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

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

 span { border-color: rgb(75,65,68); }

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