Html Css Color HEX #493354 Scarlet Gum

📋 copy color: '#493354'

red 73 ◦ green 51 ◦ blue 84

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

Shades of Scarlet Gum #493354

Tints of Scarlet Gum #493354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 35.1%
G = 24.52%
B = 40.38%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493354 (or 0x493354) is known color: Scarlet Gum. HEX triplet: 49, 33 and 54. RGB value is (73,51,84). Sum of RGB (Red+Green+Blue) = 73+51+84=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #493354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493354 is #B6CCAB. Grayscale: #3D3D3D. Windows color (decimal): -11979948 or 5518153. OLE color: 5518153.

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

Color convert

RGB 73 51 84 -
CMYK 0.13 0.39 0 0.67
HSL 280º 0.24% 0.26% -
HSV(B) 280º 0.39% 0.33% -
XYZ 5.53 4.42 8.95 -
YUV 61.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 73 51 84 0.13 0.39 0 0.67 280 0.24 0.26
Hex 49 33 54 D 27 0 43 118 18 1A
Octal 111 63 124 15 47 0 103 430 30 32
Binary 1001001 110011 1010100 1101 100111 0 1000011 100011000 11000 11010

Color Harmonies of #493354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493354

Black with #493354

Text Example


Text Example

White with #493354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493354; }

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

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

background-color css

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

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

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

border-color css

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

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

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