#493E54

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

Shades of Jagger #493E54

Tints of Jagger #493E54

Color information

#493E54 (or 0x493E54) is unknown color: approx Jagger. HEX triplet: 49, 3E and 54. RGB value is (73,62,84). Sum of RGB (Red+Green+Blue) = 73+62+84=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #493E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E54 is #B6C1AB. Grayscale: #434343. Windows color (decimal): -11977132 or 5520969. OLE color: 5520969.

HSL color Cylindrical-coordinate representation of color #493E54: hue angle of 270º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #493E54 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB736284-
CMYK0.130.2600.67
HSL270º15.07%28.63%-
HSV(B)270º26.19%32.94%-
XYZ6.075.59.13-
YUV67.8137.14131.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=33.33%
G=28.31%
B=38.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7362840.130.2600.6727015.0728.63
Hex493E54D1A04310ef1d
Octal11176124153201034161735
Binary1001001111110101010011011101001000011100001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,84); }

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

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

 a { background-color: rgb(73,62,84); }

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

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

 span { border-color: rgb(73,62,84); }

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