#493256

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

Shades of Scarlet Gum #493256

Tints of Scarlet Gum #493256

Color information

#493256 (or 0x493256) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 56. RGB value is (73,50,86). Sum of RGB (Red+Green+Blue) = 73+50+86=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #493256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493256 is #B6CDA9. Grayscale: #3C3C3C. Windows color (decimal): -11980202 or 5648969. OLE color: 5648969.

HSL color Cylindrical-coordinate representation of color #493256: hue angle of 278.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #493256 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB735086-
CMYK0.150.4200.66
HSL278.33º26.47%26.67%-
HSV(B)278.33º41.86%33.73%-
XYZ5.574.379.35-
YUV60.98142.12136.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=34.93%
G=23.92%
B=41.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7350860.150.4200.66278.3326.4726.67
Hex493256F2A0421161a1b
Octal11162126175201024263233
Binary100100111001010101101111101010010000101000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493256; }

 p { color: rgb(73,50,86); }

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

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

 a { background-color: rgb(73,50,86); }

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

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

 span { border-color: rgb(73,50,86); }

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