#493858

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

Shades of Scarlet Gum #493858

Tints of Scarlet Gum #493858

Color information

#493858 (or 0x493858) is unknown color: approx Scarlet Gum. HEX triplet: 49, 38 and 58. RGB value is (73,56,88). Sum of RGB (Red+Green+Blue) = 73+56+88=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #493858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493858 is #B6C7A7. Grayscale: #404040. Windows color (decimal): -11978664 or 5781577. OLE color: 5781577.

HSL color Cylindrical-coordinate representation of color #493858: hue angle of 271.88º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493858 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB735688-
CMYK0.170.3600.65
HSL271.88º22.22%28.24%-
HSV(B)271.88º36.36%34.51%-
XYZ5.924.959.88-
YUV64.73141.13133.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=33.64%
G=25.81%
B=40.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7356880.170.3600.65271.8822.2228.24
Hex4938581124041110161c
Octal11170130214401014202634
Binary1001001111000101100010001100100010000011000100001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493858; }

 p { color: rgb(73,56,88); }

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

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

 a { background-color: rgb(73,56,88); }

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

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

 span { border-color: rgb(73,56,88); }

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