#493D54

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

Shades of Jagger #493D54

Tints of Jagger #493D54

Color information

#493D54 (or 0x493D54) is unknown color: approx Jagger. HEX triplet: 49, 3D and 54. RGB value is (73,61,84). Sum of RGB (Red+Green+Blue) = 73+61+84=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #493D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D54 is #B6C2AB. Grayscale: #434343. Windows color (decimal): -11977388 or 5520713. OLE color: 5520713.

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

Color convert

RGB736184-
CMYK0.130.2700.67
HSL271.3º15.86%28.43%-
HSV(B)271.3º27.38%32.94%-
XYZ6.025.399.11-
YUV67.21137.48132.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=33.49%
G=27.98%
B=38.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7361840.130.2700.67271.315.8628.43
Hex493D54D1B04310f101c
Octal11175124153301034172034
Binary10010011111011010100110111011010000111000011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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