Html Css Color HEX #493154 Scarlet Gum

📋 copy color: '#493154'

red 73 ◦ green 49 ◦ blue 84

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

Shades of Scarlet Gum #493154

Tints of Scarlet Gum #493154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

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

R = 35.44%
G = 23.79%
B = 40.78%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493154 (or 0x493154) is known color: Scarlet Gum. HEX triplet: 49, 31 and 54. RGB value is (73,49,84). Sum of RGB (Red+Green+Blue) = 73+49+84=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 84 - color contains mainly: blue. Hex color #493154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493154 is #B6CEAB. Grayscale: #3C3C3C. Windows color (decimal): -11980460 or 5517641. OLE color: 5517641.

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

Color convert

RGB 73 49 84 -
CMYK 0.13 0.42 0 0.67
HSL 281.14º 0.26% 0.26% -
HSV(B) 281.14º 0.42% 0.33% -
XYZ 5.45 4.25 8.92 -
YUV 60.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 73 49 84 0.13 0.42 0 0.67 281.14 0.26 0.26
Hex 49 31 54 D 2A 0 43 119 1A 1A
Octal 111 61 124 15 52 0 103 431 32 32
Binary 1001001 110001 1010100 1101 101010 0 1000011 100011001 11010 11010

Color Harmonies of #493154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493154

Black with #493154

Text Example


Text Example

White with #493154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493154; }

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

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

background-color css

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

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

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

border-color css

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

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

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