Html Css Color HEX #493056 Scarlet Gum

📋 copy color: '#493056'

red 73 ◦ green 48 ◦ blue 86

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

Shades of Scarlet Gum #493056

Tints of Scarlet Gum #493056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 35.27%
G = 23.19%
B = 41.55%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493056 (or 0x493056) is known color: Scarlet Gum. HEX triplet: 49, 30 and 56. RGB value is (73,48,86). Sum of RGB (Red+Green+Blue) = 73+48+86=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #493056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493056 is #B6CFA9. Grayscale: #3B3B3B. Windows color (decimal): -11980714 or 5648457. OLE color: 5648457.

HSL color Cylindrical-coordinate representation of color #493056: hue angle of 279.47º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493056 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 48 86 -
CMYK 0.15 0.44 0 0.66
HSL 279.47º 0.28% 0.26% -
HSV(B) 279.47º 0.44% 0.34% -
XYZ 5.48 4.2 9.33 -
YUV 59.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 73 48 86 0.15 0.44 0 0.66 279.47 0.28 0.26
Hex 49 30 56 F 2C 0 42 117 1C 1A
Octal 111 60 126 17 54 0 102 427 34 32
Binary 1001001 110000 1010110 1111 101100 0 1000010 100010111 11100 11010

Color Harmonies of #493056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493056

Black with #493056

Text Example


Text Example

White with #493056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493056; }

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

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

background-color css

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

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

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

border-color css

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

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

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