Html Css Color HEX #493756 Scarlet Gum

📋 copy color: '#493756'

red 73 ◦ green 55 ◦ blue 86

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

Shades of Scarlet Gum #493756

Tints of Scarlet Gum #493756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

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

R = 34.11%
G = 25.7%
B = 40.19%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493756 (or 0x493756) is known color: Scarlet Gum. HEX triplet: 49, 37 and 56. RGB value is (73,55,86). Sum of RGB (Red+Green+Blue) = 73+55+86=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #493756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493756 is #B6C8A9. Grayscale: #3F3F3F. Windows color (decimal): -11978922 or 5650249. OLE color: 5650249.

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

Color convert

RGB 73 55 86 -
CMYK 0.15 0.36 0 0.66
HSL 274.84º 0.22% 0.28% -
HSV(B) 274.84º 0.36% 0.34% -
XYZ 5.79 4.82 9.43 -
YUV 63.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 73 55 86 0.15 0.36 0 0.66 274.84 0.22 0.28
Hex 49 37 56 F 24 0 42 113 16 1C
Octal 111 67 126 17 44 0 102 423 26 34
Binary 1001001 110111 1010110 1111 100100 0 1000010 100010011 10110 11100

Color Harmonies of #493756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493756

Black with #493756

Text Example


Text Example

White with #493756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493756; }

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

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

background-color css

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

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

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

border-color css

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

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

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