#4F2663

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

Shades of Scarlet Gum #4F2663

Tints of Scarlet Gum #4F2663

Color information

#4F2663 (or 0x4F2663) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 26 and 63. RGB value is (79,38,99). Sum of RGB (Red+Green+Blue) = 79+38+99=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F2663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2663 is #B0D99C. Grayscale: #393939. Windows color (decimal): -11590045 or 6497871. OLE color: 6497871.

HSL color Cylindrical-coordinate representation of color #4F2663: hue angle of 280.33º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F2663 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB793899-
CMYK0.200.6200.61
HSL280.33º44.53%26.86%-
HSV(B)280.33º61.62%38.82%-
XYZ6.173.9512.24-
YUV57.21151.58143.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=36.57%
G=17.59%
B=45.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7938990.200.6200.61280.3344.5326.86
Hex4F2663143E03D1182d1b
Octal1174614324760754305533
Binary1001111100110110001110100111110011110110001100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,99); }

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

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

 a { background-color: rgb(79,38,99); }

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

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

 span { border-color: rgb(79,38,99); }

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