#4B315B

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

Shades of Scarlet Gum #4B315B

Tints of Scarlet Gum #4B315B

Color information

#4B315B (or 0x4B315B) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 31 and 5B. RGB value is (75,49,91). Sum of RGB (Red+Green+Blue) = 75+49+91=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B315B is #B4CEA4. Grayscale: #3D3D3D. Windows color (decimal): -11849381 or 5976395. OLE color: 5976395.

HSL color Cylindrical-coordinate representation of color #4B315B: hue angle of 277.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B315B is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB754991-
CMYK0.180.4600.64
HSL277.14º30%27.45%-
HSV(B)277.14º46.15%35.69%-
XYZ5.894.4510.45-
YUV61.56144.61137.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=34.88%
G=22.79%
B=42.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7549910.180.4600.64277.143027.45
Hex4B315B122E0401151e1b
Octal11361133225601004253633
Binary1001011110001101101110010101110010000001000101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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