#49414E

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

Shades of Jagger #49414E

Tints of Jagger #49414E

Color information

#49414E (or 0x49414E) is unknown color: approx Jagger. HEX triplet: 49, 41 and 4E. RGB value is (73,65,78). Sum of RGB (Red+Green+Blue) = 73+65+78=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #49414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49414E is #B6BEB1. Grayscale: #444444. Windows color (decimal): -11976370 or 5128521. OLE color: 5128521.

HSL color Cylindrical-coordinate representation of color #49414E: hue angle of 276.92º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #49414E is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB736578-
CMYK0.060.1700.69
HSL276.92º9.09%28.04%-
HSV(B)276.92º16.67%30.59%-
XYZ6.015.758-
YUV68.87133.15130.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=33.80%
G=30.09%
B=36.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7365780.060.1700.69276.929.0928.04
Hex49414E61104511591c
Octal11110111662101054251134
Binary1001001100000110011101101000101000101100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49414E; }

 p { color: rgb(73,65,78); }

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

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

 a { background-color: rgb(73,65,78); }

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

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

 span { border-color: rgb(73,65,78); }

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