#493A55

Color #493A55 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #493A55

Tints of Scarlet Gum #493A55

Color information

#493A55 (or 0x493A55) is unknown color: approx Scarlet Gum. HEX triplet: 49, 3A and 55. RGB value is (73,58,85). Sum of RGB (Red+Green+Blue) = 73+58+85=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #493A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A55 is #B6C5AA. Grayscale: #414141. Windows color (decimal): -11978155 or 5585481. OLE color: 5585481.

HSL color Cylindrical-coordinate representation of color #493A55: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493A55 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB735885-
CMYK0.140.3200.67
HSL273.33º18.88%28.04%-
HSV(B)273.33º31.76%33.33%-
XYZ5.95.19.27-
YUV65.56138.97133.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=33.80%
G=26.85%
B=39.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7358850.140.3200.67273.3318.8828.04
Hex493A55E20043111131c
Octal11172125164001034212334
Binary100100111101010101011110100000010000111000100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A55; }

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

 H1.HeaderClassName
 {
   color: #493A55;
 }
 .AnyTagClassName
 {
   color: #493A55;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #493A55;
 }
 .BgClassName
 {
   background-color: #493A55;
 }
</style>
border-color css

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

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

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