Html Css Color HEX #494244 Emperor

📋 copy color: '#494244'

red 73 ◦ green 66 ◦ blue 68

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

Shades of Emperor #494244

Tints of Emperor #494244

RGB

 RED value IS 73 (28.91% from 255) = 35.27%

 GREEN value IS 66 (26.17% from 255) = 31.88%

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 35.27%
G = 31.88%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#494244 (or 0x494244) is known color: Emperor. HEX triplet: 49, 42 and 44. RGB value is (73,66,68). Sum of RGB (Red+Green+Blue) = 73+66+68=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #494244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494244 is #B6BDBB. Grayscale: #444444. Windows color (decimal): -11976124 or 4473417. OLE color: 4473417.

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

Color convert

RGB 73 66 68 -
CMYK 0 0.10 0.07 0.71
HSL 342.86º 0.05% 0.27% -
HSV(B) 342.86º 0.1% 0.29% -
XYZ 5.74 5.73 6.27 -
YUV 68.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 73 66 68 0 0.10 0.07 0.71 342.86 0.05 0.27
Hex 49 42 44 0 A 7 47 157 5 1B
Octal 111 102 104 0 12 7 107 527 5 33
Binary 1001001 1000010 1000100 0 1010 111 1000111 101010111 101 11011

Color Harmonies of #494244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494244

Black with #494244

Text Example


Text Example

White with #494244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494244; }

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

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

background-color css

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

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

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

border-color css

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

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

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