Html Css Color HEX #493959 Scarlet Gum

📋 copy color: '#493959'

red 73 ◦ green 57 ◦ blue 89

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

Shades of Scarlet Gum #493959

Tints of Scarlet Gum #493959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 33.33%
G = 26.03%
B = 40.64%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493959 (or 0x493959) is known color: Scarlet Gum. HEX triplet: 49, 39 and 59. RGB value is (73,57,89). Sum of RGB (Red+Green+Blue) = 73+57+89=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #493959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493959 is #B6C6A6. Grayscale: #414141. Windows color (decimal): -11978407 or 5847369. OLE color: 5847369.

HSL color Cylindrical-coordinate representation of color #493959: hue angle of 270º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493959 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 57 89 -
CMYK 0.18 0.36 0 0.65
HSL 270º 0.22% 0.29% -
HSV(B) 270º 0.36% 0.35% -
XYZ 6.01 5.06 10.11 -
YUV 65.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 73 57 89 0.18 0.36 0 0.65 270 0.22 0.29
Hex 49 39 59 12 24 0 41 10E 16 1D
Octal 111 71 131 22 44 0 101 416 26 35
Binary 1001001 111001 1011001 10010 100100 0 1000001 100001110 10110 11101

Color Harmonies of #493959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493959

Black with #493959

Text Example


Text Example

White with #493959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493959; }

 p { color: rgb(73,57,89); }

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

background-color css

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

 a { background-color: rgb(73,57,89); }

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

border-color css

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

 span { border-color: rgb(73,57,89); }

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