#493A57

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

Shades of Jagger #493A57

Tints of Jagger #493A57

Color information

#493A57 (or 0x493A57) is unknown color: approx Jagger. HEX triplet: 49, 3A and 57. RGB value is (73,58,87). Sum of RGB (Red+Green+Blue) = 73+58+87=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #493A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A57 is #B6C5A8. Grayscale: #414141. Windows color (decimal): -11978153 or 5716553. OLE color: 5716553.

HSL color Cylindrical-coordinate representation of color #493A57: hue angle of 271.03º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493A57 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB735887-
CMYK0.160.3300.66
HSL271.03º20%28.43%-
HSV(B)271.03º33.33%34.12%-
XYZ5.985.139.69-
YUV65.79139.97133.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=33.49%
G=26.61%
B=39.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7358870.160.3300.66271.032028.43
Hex493A57102104210f141c
Octal11172127204101024172434
Binary1001001111010101011110000100001010000101000011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,87); }

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

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

 a { background-color: rgb(73,58,87); }

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

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

 span { border-color: rgb(73,58,87); }

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