#4F355D

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

Shades of Scarlet Gum #4F355D

Tints of Scarlet Gum #4F355D

Color information

#4F355D (or 0x4F355D) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 35 and 5D. RGB value is (79,53,93). Sum of RGB (Red+Green+Blue) = 79+53+93=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F355D is #B0CAA2. Grayscale: #414141. Windows color (decimal): -11586211 or 6108495. OLE color: 6108495.

HSL color Cylindrical-coordinate representation of color #4F355D: hue angle of 279º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F355D is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB795393-
CMYK0.150.4300.64
HSL279º27.4%28.63%-
HSV(B)279º43.01%36.47%-
XYZ6.47510.98-
YUV65.33143.61137.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=35.11%
G=23.56%
B=41.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7953930.150.4300.6427927.428.63
Hex4F355DF2B0401171b1d
Octal11765135175301004273335
Binary100111111010110111011111101011010000001000101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,93); }

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

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

 a { background-color: rgb(79,53,93); }

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

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

 span { border-color: rgb(79,53,93); }

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