#49444D

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

Shades of Jagger #49444D

Tints of Jagger #49444D

Color information

#49444D (or 0x49444D) is unknown color: approx Jagger. HEX triplet: 49, 44 and 4D. RGB value is (73,68,77). Sum of RGB (Red+Green+Blue) = 73+68+77=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #49444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49444D is #B6BBB2. Grayscale: #464646. Windows color (decimal): -11975603 or 5063753. OLE color: 5063753.

HSL color Cylindrical-coordinate representation of color #49444D: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #49444D is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB736877-
CMYK0.050.1200.70
HSL273.33º6.21%28.43%-
HSV(B)273.33º11.69%30.2%-
XYZ6.156.097.87-
YUV70.52131.66129.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=33.49%
G=31.19%
B=35.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7368770.050.1200.70273.336.2128.43
Hex49444D5C04611161c
Octal1111041155140106421634
Binary10010011000100100110110111000100011010001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49444D; }

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

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

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

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

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

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

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

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