#4B3159

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

Shades of Scarlet Gum #4B3159

Tints of Scarlet Gum #4B3159

Color information

#4B3159 (or 0x4B3159) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 31 and 59. RGB value is (75,49,89). Sum of RGB (Red+Green+Blue) = 75+49+89=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B3159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3159 is #B4CEA6. Grayscale: #3D3D3D. Windows color (decimal): -11849383 or 5845323. OLE color: 5845323.

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

Color convert

RGB754989-
CMYK0.160.4500.65
HSL279º28.99%27.06%-
HSV(B)279º44.94%34.9%-
XYZ5.84.4110-
YUV61.33143.61137.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.21%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=35.21%
G=23.00%
B=41.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7549890.160.4500.6527928.9927.06
Hex4B3159102D0411171d1b
Octal11361131205501014273533
Binary1001011110001101100110000101101010000011000101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,89); }

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

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

 a { background-color: rgb(75,49,89); }

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

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

 span { border-color: rgb(75,49,89); }

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