Html Css Color HEX #493A57 Jagger

📋 copy color: '#493A57'

red 73 ◦ green 58 ◦ blue 87

#493A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #493A57

Tints of Jagger #493A57

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 value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493A57 (or 0x493A57) is known color: 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

RGB 73 58 87 -
CMYK 0.16 0.33 0 0.66
HSL 271.03º 0.2% 0.28% -
HSV(B) 271.03º 0.33% 0.34% -
XYZ 5.98 5.13 9.69 -
YUV 65.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 73 58 87 0.16 0.33 0 0.66 271.03 0.2 0.28
Hex 49 3A 57 10 21 0 42 10F 14 1C
Octal 111 72 127 20 41 0 102 417 24 34
Binary 1001001 111010 1010111 10000 100001 0 1000010 100001111 10100 11100

Color Harmonies of #493A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A57

Black with #493A57

Text Example


Text Example

White with #493A57

Text Example


Text Example

HTML Codes & Css Web 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>