#493355

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

Shades of Scarlet Gum #493355

Tints of Scarlet Gum #493355

Color information

#493355 (or 0x493355) is unknown color: approx Scarlet Gum. HEX triplet: 49, 33 and 55. RGB value is (73,51,85). Sum of RGB (Red+Green+Blue) = 73+51+85=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #493355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493355 is #B6CCAA. Grayscale: #3D3D3D. Windows color (decimal): -11979947 or 5583689. OLE color: 5583689.

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

Color convert

RGB735185-
CMYK0.140.4000.67
HSL278.82º25%26.67%-
HSV(B)278.82º40%33.33%-
XYZ5.574.449.16-
YUV61.45141.29136.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=34.93%
G=24.40%
B=40.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7351850.140.4000.67278.822526.67
Hex493355E28043117191b
Octal11163125165001034273133
Binary100100111001110101011110101000010000111000101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493355; }

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

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

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

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

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

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

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

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