#493056

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

Shades of Scarlet Gum #493056

Tints of Scarlet Gum #493056

Color information

#493056 (or 0x493056) is unknown color: approx Scarlet Gum. HEX triplet: 49, 30 and 56. RGB value is (73,48,86). Sum of RGB (Red+Green+Blue) = 73+48+86=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #493056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493056 is #B6CFA9. Grayscale: #3B3B3B. Windows color (decimal): -11980714 or 5648457. OLE color: 5648457.

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

Color convert

RGB734886-
CMYK0.150.4400.66
HSL279.47º28.36%26.27%-
HSV(B)279.47º44.19%33.73%-
XYZ5.484.29.33-
YUV59.81142.78137.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=35.27%
G=23.19%
B=41.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7348860.150.4400.66279.4728.3626.27
Hex493056F2C0421171c1a
Octal11160126175401024273432
Binary100100111000010101101111101100010000101000101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493056; }

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

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

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

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

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

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

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

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