Html Css Color HEX #493559 Scarlet Gum

📋 copy color: '#493559'

red 73 ◦ green 53 ◦ blue 89

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

Shades of Scarlet Gum #493559

Tints of Scarlet Gum #493559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 89 (35.16% from 255) = 41.4%

R = 33.95%
G = 24.65%
B = 41.4%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493559 (or 0x493559) is known color: Scarlet Gum. HEX triplet: 49, 35 and 59. RGB value is (73,53,89). Sum of RGB (Red+Green+Blue) = 73+53+89=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #493559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493559 is #B6CAA6. Grayscale: #3E3E3E. Windows color (decimal): -11979431 or 5846345. OLE color: 5846345.

HSL color Cylindrical-coordinate representation of color #493559: hue angle of 273.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493559 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 53 89 -
CMYK 0.18 0.40 0 0.65
HSL 273.33º 0.25% 0.28% -
HSV(B) 273.33º 0.4% 0.35% -
XYZ 5.82 4.68 10.05 -
YUV 63.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 73 53 89 0.18 0.40 0 0.65 273.33 0.25 0.28
Hex 49 35 59 12 28 0 41 111 19 1C
Octal 111 65 131 22 50 0 101 421 31 34
Binary 1001001 110101 1011001 10010 101000 0 1000001 100010001 11001 11100

Color Harmonies of #493559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493559

Black with #493559

Text Example


Text Example

White with #493559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493559; }

 p { color: rgb(73,53,89); }

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

background-color css

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

 a { background-color: rgb(73,53,89); }

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

border-color css

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

 span { border-color: rgb(73,53,89); }

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