Html Css Color HEX #493254 Scarlet Gum

📋 copy color: '#493254'

red 73 ◦ green 50 ◦ blue 84

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

Shades of Scarlet Gum #493254

Tints of Scarlet Gum #493254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

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

R = 35.27%
G = 24.15%
B = 40.58%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493254 (or 0x493254) is known color: Scarlet Gum. HEX triplet: 49, 32 and 54. RGB value is (73,50,84). Sum of RGB (Red+Green+Blue) = 73+50+84=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #493254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493254 is #B6CDAB. Grayscale: #3C3C3C. Windows color (decimal): -11980204 or 5517897. OLE color: 5517897.

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

Color convert

RGB 73 50 84 -
CMYK 0.13 0.40 0 0.67
HSL 280.59º 0.25% 0.26% -
HSV(B) 280.59º 0.4% 0.33% -
XYZ 5.49 4.34 8.94 -
YUV 60.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 73 50 84 0.13 0.40 0 0.67 280.59 0.25 0.26
Hex 49 32 54 D 28 0 43 119 19 1A
Octal 111 62 124 15 50 0 103 431 31 32
Binary 1001001 110010 1010100 1101 101000 0 1000011 100011001 11001 11010

Color Harmonies of #493254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493254

Black with #493254

Text Example


Text Example

White with #493254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493254; }

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

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

background-color css

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

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

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

border-color css

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

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

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