#4D3B58

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

Shades of Scarlet Gum #4D3B58

Tints of Scarlet Gum #4D3B58

Color information

#4D3B58 (or 0x4D3B58) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 3B and 58. RGB value is (77,59,88). Sum of RGB (Red+Green+Blue) = 77+59+88=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D3B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3B58 is #B2C4A7. Grayscale: #434343. Windows color (decimal): -11715752 or 5782349. OLE color: 5782349.

HSL color Cylindrical-coordinate representation of color #4D3B58: hue angle of 277.24º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D3B58 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB775988-
CMYK0.120.3300.65
HSL277.24º19.73%28.82%-
HSV(B)277.24º32.95%34.51%-
XYZ6.395.419.94-
YUV67.69139.46134.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=34.38%
G=26.34%
B=39.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7759880.120.3300.65277.2419.7328.82
Hex4D3B58C21041115141d
Octal11573130144101014252435
Binary100110111101110110001100100001010000011000101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,59,88); }

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

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

 a { background-color: rgb(77,59,88); }

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

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

 span { border-color: rgb(77,59,88); }

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