#493450

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

Shades of Scarlet Gum #493450

Tints of Scarlet Gum #493450

Color information

#493450 (or 0x493450) is unknown color: approx Scarlet Gum. HEX triplet: 49, 34 and 50. RGB value is (73,52,80). Sum of RGB (Red+Green+Blue) = 73+52+80=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #493450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493450 is #B6CBAF. Grayscale: #3D3D3D. Windows color (decimal): -11979696 or 5256265. OLE color: 5256265.

HSL color Cylindrical-coordinate representation of color #493450: hue angle of 285º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #493450 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB735280-
CMYK0.090.3500.69
HSL285º21.21%25.88%-
HSV(B)285º35%31.37%-
XYZ5.424.458.16-
YUV61.47138.46136.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=35.61%
G=25.37%
B=39.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7352800.090.3500.6928521.2125.88
Hex49345092304511d151a
Octal11164120114301054352532
Binary100100111010010100001001100011010001011000111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493450; }

 p { color: rgb(73,52,80); }

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

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

 a { background-color: rgb(73,52,80); }

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

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

 span { border-color: rgb(73,52,80); }

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