#4B155B

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

Shades of Scarlet Gum #4B155B

Tints of Scarlet Gum #4B155B

Color information

#4B155B (or 0x4B155B) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 15 and 5B. RGB value is (75,21,91). Sum of RGB (Red+Green+Blue) = 75+21+91=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B155B is #B4EAA4. Grayscale: #2C2C2C. Windows color (decimal): -11856549 or 5969227. OLE color: 5969227.

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

Color convert

RGB752191-
CMYK0.180.7700.64
HSL286.29º62.5%21.96%-
HSV(B)286.29º76.92%35.69%-
XYZ5.062.7910.17-
YUV45.13153.89149.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=40.11%
G=11.23%
B=48.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7521910.180.7700.64286.2962.521.96
Hex4B155B124D04011e3e16
Octal113251332211501004367626
Binary10010111010110110111001010011010100000010001111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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