#494150

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

Shades of Jagger #494150

Tints of Jagger #494150

Color information

#494150 (or 0x494150) is unknown color: approx Jagger. HEX triplet: 49, 41 and 50. RGB value is (73,65,80). Sum of RGB (Red+Green+Blue) = 73+65+80=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #494150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494150 is #B6BEAF. Grayscale: #454545. Windows color (decimal): -11976368 or 5259593. OLE color: 5259593.

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

Color convert

RGB736580-
CMYK0.090.1900.69
HSL272º10.34%28.43%-
HSV(B)272º18.75%31.37%-
XYZ6.095.788.38-
YUV69.1134.15130.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=33.49%
G=29.82%
B=36.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7365800.090.1900.6927210.3428.43
Hex494150913045110a1c
Octal111101120112301054201234
Binary10010011000001101000010011001101000101100010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494150; }

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

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

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

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

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

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

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

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