#4A4244

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

Shades of Emperor #4A4244

Tints of Emperor #4A4244

Color information

#4A4244 (or 0x4A4244) is unknown color: approx Emperor. HEX triplet: 4A, 42 and 44. RGB value is (74,66,68). Sum of RGB (Red+Green+Blue) = 74+66+68=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4244 is #B5BDBB. Grayscale: #444444. Windows color (decimal): -11910588 or 4473418. OLE color: 4473418.

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

Color convert

RGB746668-
CMYK00.110.080.71
HSL345º5.71%27.45%-
HSV(B)345º10.81%29.02%-
XYZ5.825.776.28-
YUV68.62127.65131.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=35.58%
G=31.73%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74666800.110.080.713455.7127.45
Hex4A42440B84715961b
Octal11210210401310107531633
Binary100101010000101000100010111000100011110101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,66,68); }

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

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

 a { background-color: rgb(74,66,68); }

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

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

 span { border-color: rgb(74,66,68); }

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