#4F155E

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

Shades of Scarlet Gum #4F155E

Tints of Scarlet Gum #4F155E

Color information

#4F155E (or 0x4F155E) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 15 and 5E. RGB value is (79,21,94). Sum of RGB (Red+Green+Blue) = 79+21+94=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F155E is #B0EAA1. Grayscale: #2E2E2E. Windows color (decimal): -11594402 or 6165839. OLE color: 6165839.

HSL color Cylindrical-coordinate representation of color #4F155E: hue angle of 287.67º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F155E is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB792194-
CMYK0.160.7800.63
HSL287.67º63.48%22.55%-
HSV(B)287.67º77.66%36.86%-
XYZ5.513.0110.88-
YUV46.66154.72151.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=40.72%
G=10.82%
B=48.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7921940.160.7800.63287.6763.4822.55
Hex4F155E104E03F1203f17
Octal11725136201160774407727
Binary1001111101011011110100001001110011111110010000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,94); }

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

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

 a { background-color: rgb(79,21,94); }

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

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

 span { border-color: rgb(79,21,94); }

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