#4D3860

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

Shades of Scarlet Gum #4D3860

Tints of Scarlet Gum #4D3860

Color information

#4D3860 (or 0x4D3860) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 38 and 60. RGB value is (77,56,96). Sum of RGB (Red+Green+Blue) = 77+56+96=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D3860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3860 is #B2C79F. Grayscale: #424242. Windows color (decimal): -11716512 or 6305869. OLE color: 6305869.

HSL color Cylindrical-coordinate representation of color #4D3860: hue angle of 271.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D3860 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB775696-
CMYK0.200.4200.62
HSL271.5º26.32%29.8%-
HSV(B)271.5º41.67%37.65%-
XYZ6.595.2511.73-
YUV66.84144.46135.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.62%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=33.62%
G=24.45%
B=41.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7756960.200.4200.62271.526.3229.8
Hex4D3860142A03E1101a1e
Octal1157014024520764203236
Binary100110111100011000001010010101001111101000100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,56,96); }

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

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

 a { background-color: rgb(77,56,96); }

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

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

 span { border-color: rgb(77,56,96); }

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