Html Css Color HEX #493A53 Scarlet Gum

📋 copy color: '#493A53'

red 73 ◦ green 58 ◦ blue 83

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

Shades of Scarlet Gum #493A53

Tints of Scarlet Gum #493A53

RGB

 RED value IS 73 (28.91% from 255) = 34.11%

 GREEN value IS 58 (23.05% from 255) = 27.1%

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 34.11%
G = 27.1%
B = 38.79%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493A53 (or 0x493A53) is known color: Scarlet Gum. HEX triplet: 49, 3A and 53. RGB value is (73,58,83). Sum of RGB (Red+Green+Blue) = 73+58+83=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #493A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A53 is #B6C5AC. Grayscale: #414141. Windows color (decimal): -11978157 or 5454409. OLE color: 5454409.

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

Color convert

RGB 73 58 83 -
CMYK 0.12 0.30 0 0.67
HSL 276º 0.18% 0.28% -
HSV(B) 276º 0.3% 0.33% -
XYZ 5.82 5.07 8.85 -
YUV 65.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 73 58 83 0.12 0.30 0 0.67 276 0.18 0.28
Hex 49 3A 53 C 1E 0 43 114 12 1C
Octal 111 72 123 14 36 0 103 424 22 34
Binary 1001001 111010 1010011 1100 11110 0 1000011 100010100 10010 11100

Color Harmonies of #493A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A53

Black with #493A53

Text Example


Text Example

White with #493A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #493A53;
 }
 .AnyTagClassName
 {
   color: #493A53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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