#4B195B

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

Shades of Scarlet Gum #4B195B

Tints of Scarlet Gum #4B195B

Color information

#4B195B (or 0x4B195B) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 19 and 5B. RGB value is (75,25,91). Sum of RGB (Red+Green+Blue) = 75+25+91=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B195B is #B4E6A4. Grayscale: #2F2F2F. Windows color (decimal): -11855525 or 5970251. OLE color: 5970251.

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

Color convert

RGB752591-
CMYK0.180.7300.64
HSL285.45º56.9%22.75%-
HSV(B)285.45º72.53%35.69%-
XYZ5.142.9510.2-
YUV47.47152.56147.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.27%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=39.27%
G=13.09%
B=47.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7525910.180.7300.64285.4556.922.75
Hex4B195B124904011d3917
Octal113311332211101004357127
Binary10010111100110110111001010010010100000010001110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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