#4D3263

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

Shades of Scarlet Gum #4D3263

Tints of Scarlet Gum #4D3263

Color information

#4D3263 (or 0x4D3263) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 32 and 63. RGB value is (77,50,99). Sum of RGB (Red+Green+Blue) = 77+50+99=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3263 is #B2CD9C. Grayscale: #3F3F3F. Windows color (decimal): -11718045 or 6500941. OLE color: 6500941.

HSL color Cylindrical-coordinate representation of color #4D3263: hue angle of 273.06º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D3263 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB775099-
CMYK0.220.4900.61
HSL273.06º32.89%29.22%-
HSV(B)273.06º49.49%38.82%-
XYZ6.454.7612.38-
YUV63.66147.95137.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=34.07%
G=22.12%
B=43.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7750990.220.4900.61273.0632.8929.22
Hex4D3263163103D111211d
Octal1156214326610754214135
Binary1001101110010110001110110110001011110110001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,99); }

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

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

 a { background-color: rgb(77,50,99); }

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

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

 span { border-color: rgb(77,50,99); }

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