#493F50

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

Shades of Jagger #493F50

Tints of Jagger #493F50

Color information

#493F50 (or 0x493F50) is unknown color: approx Jagger. HEX triplet: 49, 3F and 50. RGB value is (73,63,80). Sum of RGB (Red+Green+Blue) = 73+63+80=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #493F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F50 is #B6C0AF. Grayscale: #434343. Windows color (decimal): -11976880 or 5259081. OLE color: 5259081.

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

Color convert

RGB736380-
CMYK0.090.2100.69
HSL275.29º11.89%28.04%-
HSV(B)275.29º21.25%31.37%-
XYZ5.975.558.35-
YUV67.93134.81131.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=33.80%
G=29.17%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7363800.090.2100.69275.2911.8928.04
Hex493F50915045113c1c
Octal11177120112501054231434
Binary1001001111111101000010011010101000101100010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493F50; }

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

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

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

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

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

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

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

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