#4F3E58

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

Shades of Scarlet Gum #4F3E58

Tints of Scarlet Gum #4F3E58

Color information

#4F3E58 (or 0x4F3E58) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 3E and 58. RGB value is (79,62,88). Sum of RGB (Red+Green+Blue) = 79+62+88=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F3E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3E58 is #B0C1A7. Grayscale: #454545. Windows color (decimal): -11583912 or 5783119. OLE color: 5783119.

HSL color Cylindrical-coordinate representation of color #4F3E58: hue angle of 279.23º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F3E58 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB796288-
CMYK0.100.3000.65
HSL279.23º17.33%29.41%-
HSV(B)279.23º29.55%34.51%-
XYZ6.715.8110-
YUV70.05138.13134.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=34.50%
G=27.07%
B=38.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7962880.100.3000.65279.2317.3329.41
Hex4F3E58A1E041117111d
Octal11776130123601014272135
Binary10011111111101011000101011110010000011000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,62,88); }

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

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

 a { background-color: rgb(79,62,88); }

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

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

 span { border-color: rgb(79,62,88); }

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