#4f195c

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

Shades of Scarlet Gum #4F195C

Tints of Scarlet Gum #4F195C

Color information

#4F195C (or 0x4F195C) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 19 and 5C. RGB value is (79,25,92). Sum of RGB (Red+Green+Blue) = 79+25+92=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F195C is #B0E6A3. Grayscale: #303030. Windows color (decimal): -11593380 or 6035791. OLE color: 6035791.

HSL color Cylindrical-coordinate representation of color #4F195C: hue angle of 288.36º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F195C is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB792592-
CMYK0.140.7300.64
HSL288.36º57.26%22.94%-
HSV(B)288.36º72.83%36.08%-
XYZ5.53.1310.44-
YUV48.78152.39149.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.31%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=40.31%
G=12.76%
B=46.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7925920.140.7300.64288.3657.2622.94
Hex4F195CE490401203917
Octal117311341611101004407127
Binary1001111110011011100111010010010100000010010000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f195c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,92); }

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

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

 a { background-color: rgb(79,25,92); }

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

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

 span { border-color: rgb(79,25,92); }

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