#4F1966

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

Shades of Scarlet Gum #4F1966

Tints of Scarlet Gum #4F1966

Color information

#4F1966 (or 0x4F1966) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 19 and 66. RGB value is (79,25,102). Sum of RGB (Red+Green+Blue) = 79+25+102=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F1966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1966 is #B0E699. Grayscale: #313131. Windows color (decimal): -11593370 or 6691151. OLE color: 6691151.

HSL color Cylindrical-coordinate representation of color #4F1966: hue angle of 282.08º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1966 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7925102-
CMYK0.230.7500.6
HSL282.08º60.63%24.9%-
HSV(B)282.08º75.49%40%-
XYZ5.973.3212.9-
YUV49.92157.39148.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=38.35%
G=12.14%
B=49.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal79251020.230.7500.6282.0860.6324.9
Hex4F1966174B03C11a3d19
Octal11731146271130744327531
Binary1001111110011100110101111001011011110010001101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,102); }

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

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

 a { background-color: rgb(79,25,102); }

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

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

 span { border-color: rgb(79,25,102); }

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