#493E53

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

Shades of Jagger #493E53

Tints of Jagger #493E53

Color information

#493E53 (or 0x493E53) is unknown color: approx Jagger. HEX triplet: 49, 3E and 53. RGB value is (73,62,83). Sum of RGB (Red+Green+Blue) = 73+62+83=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #493E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E53 is #B6C1AC. Grayscale: #434343. Windows color (decimal): -11977133 or 5455433. OLE color: 5455433.

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

Color convert

RGB736283-
CMYK0.120.2500.67
HSL271.43º14.48%28.43%-
HSV(B)271.43º25.3%32.55%-
XYZ6.035.498.92-
YUV67.68136.64131.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=33.49%
G=28.44%
B=38.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7362830.120.2500.67271.4314.4828.43
Hex493E53C1904310fe1c
Octal11176123143101034171634
Binary1001001111110101001111001100101000011100001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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