Html Css Color HEX #493655 Scarlet Gum

📋 copy color: '#493655'

red 73 ◦ green 54 ◦ blue 85

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

Shades of Scarlet Gum #493655

Tints of Scarlet Gum #493655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

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

R = 34.43%
G = 25.47%
B = 40.09%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493655 (or 0x493655) is known color: Scarlet Gum. HEX triplet: 49, 36 and 55. RGB value is (73,54,85). Sum of RGB (Red+Green+Blue) = 73+54+85=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #493655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493655 is #B6C9AA. Grayscale: #3F3F3F. Windows color (decimal): -11979179 or 5584457. OLE color: 5584457.

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

Color convert

RGB 73 54 85 -
CMYK 0.14 0.36 0 0.67
HSL 276.77º 0.22% 0.27% -
HSV(B) 276.77º 0.36% 0.33% -
XYZ 5.71 4.71 9.2 -
YUV 63.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 73 54 85 0.14 0.36 0 0.67 276.77 0.22 0.27
Hex 49 36 55 E 24 0 43 115 16 1B
Octal 111 66 125 16 44 0 103 425 26 33
Binary 1001001 110110 1010101 1110 100100 0 1000011 100010101 10110 11011

Color Harmonies of #493655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493655

Black with #493655

Text Example


Text Example

White with #493655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493655; }

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

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

background-color css

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

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

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

border-color css

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

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

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