#4F1864

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

Shades of Scarlet Gum #4F1864

Tints of Scarlet Gum #4F1864

Color information

#4F1864 (or 0x4F1864) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 18 and 64. RGB value is (79,24,100). Sum of RGB (Red+Green+Blue) = 79+24+100=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #4F1864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1864 is #B0E79B. Grayscale: #303030. Windows color (decimal): -11593628 or 6559823. OLE color: 6559823.

HSL color Cylindrical-coordinate representation of color #4F1864: hue angle of 283.42º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1864 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7924100-
CMYK0.210.7600.61
HSL283.42º61.29%24.31%-
HSV(B)283.42º76%39.22%-
XYZ5.853.2412.37-
YUV49.11156.72149.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=38.92%
G=11.82%
B=49.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal79241000.210.7600.61283.4261.2924.31
Hex4F1864154C03D11b3d18
Octal11730144251140754337530
Binary1001111110001100100101011001100011110110001101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,100); }

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

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

 a { background-color: rgb(79,24,100); }

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

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

 span { border-color: rgb(79,24,100); }

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