Html Css Color HEX #493E53 Jagger

📋 copy color: '#493E53'

red 73 ◦ green 62 ◦ blue 83

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

Shades of Jagger #493E53

Tints of Jagger #493E53

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

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 73 62 83 -
CMYK 0.12 0.25 0 0.67
HSL 271.43º 0.14% 0.28% -
HSV(B) 271.43º 0.25% 0.33% -
XYZ 6.03 5.49 8.92 -
YUV 67.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 73 62 83 0.12 0.25 0 0.67 271.43 0.14 0.28
Hex 49 3E 53 C 19 0 43 10F E 1C
Octal 111 76 123 14 31 0 103 417 16 34
Binary 1001001 111110 1010011 1100 11001 0 1000011 100001111 1110 11100

Color Harmonies of #493E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E53

Black with #493E53

Text Example


Text Example

White with #493E53

Text Example


Text Example

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