Html Css Color HEX #493557 Scarlet Gum

📋 copy color: '#493557'

red 73 ◦ green 53 ◦ blue 87

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

Shades of Scarlet Gum #493557

Tints of Scarlet Gum #493557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 34.27%
G = 24.88%
B = 40.85%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493557 (or 0x493557) is known color: Scarlet Gum. HEX triplet: 49, 35 and 57. RGB value is (73,53,87). Sum of RGB (Red+Green+Blue) = 73+53+87=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #493557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493557 is #B6CAA8. Grayscale: #3E3E3E. Windows color (decimal): -11979433 or 5715273. OLE color: 5715273.

HSL color Cylindrical-coordinate representation of color #493557: hue angle of 275.29º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #493557 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 53 87 -
CMYK 0.16 0.39 0 0.66
HSL 275.29º 0.24% 0.27% -
HSV(B) 275.29º 0.39% 0.34% -
XYZ 5.74 4.65 9.61 -
YUV 62.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 73 53 87 0.16 0.39 0 0.66 275.29 0.24 0.27
Hex 49 35 57 10 27 0 42 113 18 1B
Octal 111 65 127 20 47 0 102 423 30 33
Binary 1001001 110101 1010111 10000 100111 0 1000010 100010011 11000 11011

Color Harmonies of #493557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493557

Black with #493557

Text Example


Text Example

White with #493557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493557; }

 p { color: rgb(73,53,87); }

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

background-color css

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

 a { background-color: rgb(73,53,87); }

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

border-color css

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

 span { border-color: rgb(73,53,87); }

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