#49414F

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

Shades of Jagger #49414F

Tints of Jagger #49414F

Color information

#49414F (or 0x49414F) is unknown color: approx Jagger. HEX triplet: 49, 41 and 4F. RGB value is (73,65,79). Sum of RGB (Red+Green+Blue) = 73+65+79=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #49414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49414F is #B6BEB0. Grayscale: #444444. Windows color (decimal): -11976369 or 5194057. OLE color: 5194057.

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

Color convert

RGB736579-
CMYK0.080.1800.69
HSL274.29º9.72%28.24%-
HSV(B)274.29º17.72%30.98%-
XYZ6.055.768.19-
YUV68.99133.65130.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=33.64%
G=29.95%
B=36.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7365790.080.1800.69274.299.7228.24
Hex49414F812045112a1c
Octal111101117102201054221234
Binary10010011000001100111110001001001000101100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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