Html Css Color HEX #493755 Scarlet Gum

📋 copy color: '#493755'

red 73 ◦ green 55 ◦ blue 85

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

Shades of Scarlet Gum #493755

Tints of Scarlet Gum #493755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

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

R = 34.27%
G = 25.82%
B = 39.91%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493755 (or 0x493755) is known color: Scarlet Gum. HEX triplet: 49, 37 and 55. RGB value is (73,55,85). Sum of RGB (Red+Green+Blue) = 73+55+85=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #493755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493755 is #B6C8AA. Grayscale: #3F3F3F. Windows color (decimal): -11978923 or 5584713. OLE color: 5584713.

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

Color convert

RGB 73 55 85 -
CMYK 0.14 0.35 0 0.67
HSL 276º 0.21% 0.27% -
HSV(B) 276º 0.35% 0.33% -
XYZ 5.75 4.8 9.22 -
YUV 63.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 73 55 85 0.14 0.35 0 0.67 276 0.21 0.27
Hex 49 37 55 E 23 0 43 114 15 1B
Octal 111 67 125 16 43 0 103 424 25 33
Binary 1001001 110111 1010101 1110 100011 0 1000011 100010100 10101 11011

Color Harmonies of #493755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493755

Black with #493755

Text Example


Text Example

White with #493755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493755; }

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

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

background-color css

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

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

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

border-color css

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

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

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