#493754

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

Shades of Scarlet Gum #493754

Tints of Scarlet Gum #493754

Color information

#493754 (or 0x493754) is unknown color: approx Scarlet Gum. HEX triplet: 49, 37 and 54. RGB value is (73,55,84). Sum of RGB (Red+Green+Blue) = 73+55+84=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #493754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493754 is #B6C8AB. Grayscale: #3F3F3F. Windows color (decimal): -11978924 or 5519177. OLE color: 5519177.

HSL color Cylindrical-coordinate representation of color #493754: hue angle of 277.24º 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 #493754 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB735584-
CMYK0.130.3500.67
HSL277.24º20.86%27.25%-
HSV(B)277.24º34.52%32.94%-
XYZ5.714.799.01-
YUV63.69139.46134.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=34.43%
G=25.94%
B=39.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7355840.130.3500.67277.2420.8627.25
Hex493754D23043115151b
Octal11167124154301034252533
Binary100100111011110101001101100011010000111000101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493754; }

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

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

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

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

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

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

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

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