Html Css Color HEX #493156 Scarlet Gum

📋 copy color: '#493156'

red 73 ◦ green 49 ◦ blue 86

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

Shades of Scarlet Gum #493156

Tints of Scarlet Gum #493156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

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

R = 35.1%
G = 23.56%
B = 41.35%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493156 (or 0x493156) is known color: Scarlet Gum. HEX triplet: 49, 31 and 56. RGB value is (73,49,86). Sum of RGB (Red+Green+Blue) = 73+49+86=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #493156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493156 is #B6CEA9. Grayscale: #3C3C3C. Windows color (decimal): -11980458 or 5648713. OLE color: 5648713.

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

Color convert

RGB 73 49 86 -
CMYK 0.15 0.43 0 0.66
HSL 278.92º 0.27% 0.26% -
HSV(B) 278.92º 0.43% 0.34% -
XYZ 5.53 4.28 9.34 -
YUV 60.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 73 49 86 0.15 0.43 0 0.66 278.92 0.27 0.26
Hex 49 31 56 F 2B 0 42 117 1B 1A
Octal 111 61 126 17 53 0 102 427 33 32
Binary 1001001 110001 1010110 1111 101011 0 1000010 100010111 11011 11010

Color Harmonies of #493156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493156

Black with #493156

Text Example


Text Example

White with #493156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493156; }

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

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

background-color css

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

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

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

border-color css

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

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

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