#494050

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

Shades of Jagger #494050

Tints of Jagger #494050

Color information

#494050 (or 0x494050) is unknown color: approx Jagger. HEX triplet: 49, 40 and 50. RGB value is (73,64,80). Sum of RGB (Red+Green+Blue) = 73+64+80=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #494050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494050 is #B6BFAF. Grayscale: #444444. Windows color (decimal): -11976624 or 5259337. OLE color: 5259337.

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

Color convert

RGB736480-
CMYK0.090.2000.69
HSL273.75º11.11%28.24%-
HSV(B)273.75º20%31.37%-
XYZ6.035.668.36-
YUV68.52134.48131.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=33.64%
G=29.49%
B=36.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7364800.090.2000.69273.7511.1128.24
Hex494050914045112b1c
Octal111100120112401054221334
Binary10010011000000101000010011010001000101100010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494050; }

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

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

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

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

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

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

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

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