#4F145E

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

Shades of Scarlet Gum #4F145E

Tints of Scarlet Gum #4F145E

Color information

#4F145E (or 0x4F145E) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 14 and 5E. RGB value is (79,20,94). Sum of RGB (Red+Green+Blue) = 79+20+94=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F145E is #B0EBA1. Grayscale: #2D2D2D. Windows color (decimal): -11594658 or 6165583. OLE color: 6165583.

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

Color convert

RGB792094-
CMYK0.160.7900.63
HSL287.84º64.91%22.35%-
HSV(B)287.84º78.72%36.86%-
XYZ5.492.9710.87-
YUV46.08155.05151.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=40.93%
G=10.36%
B=48.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7920940.160.7900.63287.8464.9122.35
Hex4F145E104F03F1204116
Octal117241362011707744010126
Binary10011111010010111101000010011110111111100100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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