#494345

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

Shades of Emperor #494345

Tints of Emperor #494345

Color information

#494345 (or 0x494345) is unknown color: approx Emperor. HEX triplet: 49, 43 and 45. RGB value is (73,67,69). Sum of RGB (Red+Green+Blue) = 73+67+69=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 73 - color contains mainly: red. Hex color #494345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494345 is #B6BCBA. Grayscale: #454545. Windows color (decimal): -11975867 or 4539209. OLE color: 4539209.

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

Color convert

RGB736769-
CMYK00.080.050.71
HSL340º4.29%27.45%-
HSV(B)340º8.22%28.63%-
XYZ5.835.866.45-
YUV69.02127.99130.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=34.93%
G=32.06%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73676900.080.050.713404.2927.45
Hex4943450854715441b
Octal1111031050105107524433
Binary10010011000011100010101000101100011110101010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494345; }

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

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

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

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

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

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

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

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