#4F3059

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

Shades of Scarlet Gum #4F3059

Tints of Scarlet Gum #4F3059

Color information

#4F3059 (or 0x4F3059) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 30 and 59. RGB value is (79,48,89). Sum of RGB (Red+Green+Blue) = 79+48+89=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F3059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3059 is #B0CFA6. Grayscale: #3D3D3D. Windows color (decimal): -11587495 or 5845071. OLE color: 5845071.

HSL color Cylindrical-coordinate representation of color #4F3059: hue angle of 285.37º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F3059 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB794889-
CMYK0.110.4600.65
HSL285.37º29.93%26.86%-
HSV(B)285.37º46.07%34.9%-
XYZ6.084.510-
YUV61.94143.27140.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=36.57%
G=22.22%
B=41.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7948890.110.4600.65285.3729.9326.86
Hex4F3059B2E04111d1e1b
Octal11760131135601014353633
Binary100111111000010110011011101110010000011000111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F3059; }

 p { color: rgb(79,48,89); }

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

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

 a { background-color: rgb(79,48,89); }

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

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

 span { border-color: rgb(79,48,89); }

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