Html Css Color HEX #493F4F Scarlet Gum

📋 copy color: '#493F4F'

red 73 ◦ green 63 ◦ blue 79

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

Shades of Scarlet Gum #493F4F

Tints of Scarlet Gum #493F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 29.3%

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 33.95%
G = 29.3%
B = 36.74%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#493F4F (or 0x493F4F) is known color: Scarlet Gum. HEX triplet: 49, 3F and 4F. RGB value is (73,63,79). Sum of RGB (Red+Green+Blue) = 73+63+79=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #493F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F4F is #B6C0B0. Grayscale: #434343. Windows color (decimal): -11976881 or 5193545. OLE color: 5193545.

HSL color Cylindrical-coordinate representation of color #493F4F: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #493F4F is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 63 79 -
CMYK 0.08 0.20 0 0.69
HSL 277.5º 0.11% 0.28% -
HSV(B) 277.5º 0.2% 0.31% -
XYZ 5.94 5.54 8.15 -
YUV 67.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 73 63 79 0.08 0.20 0 0.69 277.5 0.11 0.28
Hex 49 3F 4F 8 14 0 45 116 B 1C
Octal 111 77 117 10 24 0 105 426 13 34
Binary 1001001 111111 1001111 1000 10100 0 1000101 100010110 1011 11100

Color Harmonies of #493F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F4F

Black with #493F4F

Text Example


Text Example

White with #493F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493F4F; }

 p { color: rgb(73,63,79); }

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

background-color css

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

 a { background-color: rgb(73,63,79); }

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

border-color css

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

 span { border-color: rgb(73,63,79); }

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