Html Css Color HEX #493555 Scarlet Gum

📋 copy color: '#493555'

red 73 ◦ green 53 ◦ blue 85

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

Shades of Scarlet Gum #493555

Tints of Scarlet Gum #493555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 34.6%
G = 25.12%
B = 40.28%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493555 (or 0x493555) is known color: Scarlet Gum. HEX triplet: 49, 35 and 55. RGB value is (73,53,85). Sum of RGB (Red+Green+Blue) = 73+53+85=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #493555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493555 is #B6CAAA. Grayscale: #3E3E3E. Windows color (decimal): -11979435 or 5584201. OLE color: 5584201.

HSL color Cylindrical-coordinate representation of color #493555: hue angle of 277.5º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #493555 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 53 85 -
CMYK 0.14 0.38 0 0.67
HSL 277.5º 0.23% 0.27% -
HSV(B) 277.5º 0.38% 0.33% -
XYZ 5.66 4.62 9.19 -
YUV 62.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 73 53 85 0.14 0.38 0 0.67 277.5 0.23 0.27
Hex 49 35 55 E 26 0 43 116 17 1B
Octal 111 65 125 16 46 0 103 426 27 33
Binary 1001001 110101 1010101 1110 100110 0 1000011 100010110 10111 11011

Color Harmonies of #493555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493555

Black with #493555

Text Example


Text Example

White with #493555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493555; }

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

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

background-color css

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

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

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

border-color css

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

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

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