Html Css Color HEX #493954 Scarlet Gum

📋 copy color: '#493954'

red 73 ◦ green 57 ◦ blue 84

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

Shades of Scarlet Gum #493954

Tints of Scarlet Gum #493954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 34.11%
G = 26.64%
B = 39.25%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493954 (or 0x493954) is known color: Scarlet Gum. HEX triplet: 49, 39 and 54. RGB value is (73,57,84). Sum of RGB (Red+Green+Blue) = 73+57+84=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #493954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493954 is #B6C6AB. Grayscale: #404040. Windows color (decimal): -11978412 or 5519689. OLE color: 5519689.

HSL color Cylindrical-coordinate representation of color #493954: hue angle of 275.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493954 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 57 84 -
CMYK 0.13 0.32 0 0.67
HSL 275.56º 0.19% 0.28% -
HSV(B) 275.56º 0.32% 0.33% -
XYZ 5.81 4.98 9.04 -
YUV 64.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 73 57 84 0.13 0.32 0 0.67 275.56 0.19 0.28
Hex 49 39 54 D 20 0 43 114 13 1C
Octal 111 71 124 15 40 0 103 424 23 34
Binary 1001001 111001 1010100 1101 100000 0 1000011 100010100 10011 11100

Color Harmonies of #493954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493954

Black with #493954

Text Example


Text Example

White with #493954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493954; }

 p { color: rgb(73,57,84); }

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

background-color css

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

 a { background-color: rgb(73,57,84); }

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

border-color css

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

 span { border-color: rgb(73,57,84); }

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