#4B295F

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

Shades of Scarlet Gum #4B295F

Tints of Scarlet Gum #4B295F

Color information

#4B295F (or 0x4B295F) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 29 and 5F. RGB value is (75,41,95). Sum of RGB (Red+Green+Blue) = 75+41+95=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B295F is #B4D6A0. Grayscale: #393939. Windows color (decimal): -11851425 or 6236491. OLE color: 6236491.

HSL color Cylindrical-coordinate representation of color #4B295F: hue angle of 277.78º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B295F is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB754195-
CMYK0.210.5700.63
HSL277.78º39.71%26.67%-
HSV(B)277.78º56.84%37.25%-
XYZ5.763.9111.28-
YUV57.32149.26140.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.55%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=35.55%
G=19.43%
B=45.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7541950.210.5700.63277.7839.7126.67
Hex4B295F153903F116281b
Octal1135113725710774265033
Binary1001011101001101111110101111001011111110001011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,41,95); }

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

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

 a { background-color: rgb(75,41,95); }

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

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

 span { border-color: rgb(75,41,95); }

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