#494445

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

Shades of Emperor #494445

Tints of Emperor #494445

Color information

#494445 (or 0x494445) is unknown color: approx Emperor. HEX triplet: 49, 44 and 45. RGB value is (73,68,69). Sum of RGB (Red+Green+Blue) = 73+68+69=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 73 - color contains mainly: red. Hex color #494445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494445 is #B6BBBA. Grayscale: #454545. Windows color (decimal): -11975611 or 4539465. OLE color: 4539465.

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

Color convert

RGB736869-
CMYK00.070.050.71
HSL348º3.55%27.65%-
HSV(B)348º6.85%28.63%-
XYZ5.895.986.47-
YUV69.61127.66130.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=34.76%
G=32.38%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73686900.070.050.713483.5527.65
Hex4944450754715c41c
Octal111104105075107534434
Binary1001001100010010001010111101100011110101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494445; }

 p { color: rgb(73,68,69); }

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

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

 a { background-color: rgb(73,68,69); }

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

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

 span { border-color: rgb(73,68,69); }

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