#49424F

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

Shades of Jagger #49424F

Tints of Jagger #49424F

Color information

#49424F (or 0x49424F) is unknown color: approx Jagger. HEX triplet: 49, 42 and 4F. RGB value is (73,66,79). Sum of RGB (Red+Green+Blue) = 73+66+79=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #49424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49424F is #B6BDB0. Grayscale: #454545. Windows color (decimal): -11976113 or 5194313. OLE color: 5194313.

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

Color convert

RGB736679-
CMYK0.080.1600.69
HSL272.31º8.97%28.43%-
HSV(B)272.31º16.46%30.98%-
XYZ6.115.888.21-
YUV69.57133.32130.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=33.49%
G=30.28%
B=36.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7366790.080.1600.69272.318.9728.43
Hex49424F81004511091c
Octal111102117102001054201134
Binary10010011000010100111110001000001000101100010000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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