#493C57

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

Shades of Jagger #493C57

Tints of Jagger #493C57

Color information

#493C57 (or 0x493C57) is unknown color: approx Jagger. HEX triplet: 49, 3C and 57. RGB value is (73,60,87). Sum of RGB (Red+Green+Blue) = 73+60+87=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #493C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C57 is #B6C3A8. Grayscale: #424242. Windows color (decimal): -11977641 or 5717065. OLE color: 5717065.

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

Color convert

RGB736087-
CMYK0.160.3100.66
HSL268.89º18.37%28.82%-
HSV(B)268.89º31.03%34.12%-
XYZ6.085.349.73-
YUV66.96139.31132.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=33.18%
G=27.27%
B=39.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7360870.160.3100.66268.8918.3728.82
Hex493C57101F04210d121d
Octal11174127203701024152235
Binary100100111110010101111000011111010000101000011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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