#4F1368

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

Shades of Scarlet Gum #4F1368

Tints of Scarlet Gum #4F1368

Color information

#4F1368 (or 0x4F1368) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 13 and 68. RGB value is (79,19,104). Sum of RGB (Red+Green+Blue) = 79+19+104=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F1368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1368 is #B0EC97. Grayscale: #2E2E2E. Windows color (decimal): -11594904 or 6820687. OLE color: 6820687.

HSL color Cylindrical-coordinate representation of color #4F1368: hue angle of 282.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1368 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7919104-
CMYK0.240.8200.59
HSL282.35º69.11%24.12%-
HSV(B)282.35º81.73%40.78%-
XYZ5.963.1313.39-
YUV46.63160.38151.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.11%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=39.11%
G=9.41%
B=51.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79191040.240.8200.59282.3569.1124.12
Hex4F1368185203B11a4518
Octal117231503012207343210530
Binary10011111001111010001100010100100111011100011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,19,104); }

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

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

 a { background-color: rgb(79,19,104); }

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

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

 span { border-color: rgb(79,19,104); }

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