Html Css Color HEX #493850 Scarlet Gum

📋 copy color: '#493850'

red 73 ◦ green 56 ◦ blue 80

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

Shades of Scarlet Gum #493850

Tints of Scarlet Gum #493850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 34.93%
G = 26.79%
B = 38.28%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#493850 (or 0x493850) is known color: Scarlet Gum. HEX triplet: 49, 38 and 50. RGB value is (73,56,80). Sum of RGB (Red+Green+Blue) = 73+56+80=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #493850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493850 is #B6C7AF. Grayscale: #3F3F3F. Windows color (decimal): -11978672 or 5257289. OLE color: 5257289.

HSL color Cylindrical-coordinate representation of color #493850: hue angle of 282.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493850 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 56 80 -
CMYK 0.09 0.30 0 0.69
HSL 282.5º 0.18% 0.27% -
HSV(B) 282.5º 0.3% 0.31% -
XYZ 5.61 4.82 8.22 -
YUV 63.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 73 56 80 0.09 0.30 0 0.69 282.5 0.18 0.27
Hex 49 38 50 9 1E 0 45 11A 12 1B
Octal 111 70 120 11 36 0 105 432 22 33
Binary 1001001 111000 1010000 1001 11110 0 1000101 100011010 10010 11011

Color Harmonies of #493850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493850

Black with #493850

Text Example


Text Example

White with #493850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493850; }

 p { color: rgb(73,56,80); }

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

background-color css

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

 a { background-color: rgb(73,56,80); }

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

border-color css

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

 span { border-color: rgb(73,56,80); }

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