#4F1463

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

Shades of Scarlet Gum #4F1463

Tints of Scarlet Gum #4F1463

Color information

#4F1463 (or 0x4F1463) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 14 and 63. RGB value is (79,20,99). Sum of RGB (Red+Green+Blue) = 79+20+99=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1463 is #B0EB9C. Grayscale: #2E2E2E. Windows color (decimal): -11594653 or 6493263. OLE color: 6493263.

HSL color Cylindrical-coordinate representation of color #4F1463: hue angle of 284.81º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1463 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB792099-
CMYK0.200.8000.61
HSL284.81º66.39%23.33%-
HSV(B)284.81º79.8%38.82%-
XYZ5.733.0612.09-
YUV46.65157.55151.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.90%
GREEN value IS 20 (8.20% from 255) = 10.10%
BLUE value IS 99 (39.06% from 255) = 50%
R=39.90%
G=10.10%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7920990.200.8000.61284.8166.3923.33
Hex4F1463145003D11d4217
Octal117241432412007543510227
Binary10011111010011000111010010100000111101100011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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