Html Css Color HEX #493059 Scarlet Gum

📋 copy color: '#493059'

red 73 ◦ green 48 ◦ blue 89

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

Shades of Scarlet Gum #493059

Tints of Scarlet Gum #493059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 34.76%
G = 22.86%
B = 42.38%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493059 (or 0x493059) is known color: Scarlet Gum. HEX triplet: 49, 30 and 59. RGB value is (73,48,89). Sum of RGB (Red+Green+Blue) = 73+48+89=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #493059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493059 is #B6CFA6. Grayscale: #3C3C3C. Windows color (decimal): -11980711 or 5845065. OLE color: 5845065.

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

Color convert

RGB 73 48 89 -
CMYK 0.18 0.46 0 0.65
HSL 276.59º 0.3% 0.27% -
HSV(B) 276.59º 0.46% 0.35% -
XYZ 5.61 4.25 9.98 -
YUV 60.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 73 48 89 0.18 0.46 0 0.65 276.59 0.3 0.27
Hex 49 30 59 12 2E 0 41 115 1E 1B
Octal 111 60 131 22 56 0 101 425 36 33
Binary 1001001 110000 1011001 10010 101110 0 1000001 100010101 11110 11011

Color Harmonies of #493059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493059

Black with #493059

Text Example


Text Example

White with #493059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493059; }

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

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

background-color css

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

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

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

border-color css

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

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

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