Html Css Color HEX #493057 Scarlet Gum

📋 copy color: '#493057'

red 73 ◦ green 48 ◦ blue 87

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

Shades of Scarlet Gum #493057

Tints of Scarlet Gum #493057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 35.1%
G = 23.08%
B = 41.83%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493057 (or 0x493057) is known color: Scarlet Gum. HEX triplet: 49, 30 and 57. RGB value is (73,48,87). Sum of RGB (Red+Green+Blue) = 73+48+87=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #493057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493057 is #B6CFA8. Grayscale: #3B3B3B. Windows color (decimal): -11980713 or 5713993. OLE color: 5713993.

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

Color convert

RGB 73 48 87 -
CMYK 0.16 0.45 0 0.66
HSL 278.46º 0.29% 0.26% -
HSV(B) 278.46º 0.45% 0.34% -
XYZ 5.52 4.22 9.54 -
YUV 59.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 73 48 87 0.16 0.45 0 0.66 278.46 0.29 0.26
Hex 49 30 57 10 2D 0 42 116 1D 1A
Octal 111 60 127 20 55 0 102 426 35 32
Binary 1001001 110000 1010111 10000 101101 0 1000010 100010110 11101 11010

Color Harmonies of #493057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493057

Black with #493057

Text Example


Text Example

White with #493057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493057; }

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

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

background-color css

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

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

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

border-color css

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

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

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