#4B185C

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

Shades of Scarlet Gum #4B185C

Tints of Scarlet Gum #4B185C

Color information

#4B185C (or 0x4B185C) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 18 and 5C. RGB value is (75,24,92). Sum of RGB (Red+Green+Blue) = 75+24+92=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B185C is #B4E7A3. Grayscale: #2E2E2E. Windows color (decimal): -11855780 or 6035531. OLE color: 6035531.

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

Color convert

RGB752492-
CMYK0.180.7400.64
HSL285º58.62%22.75%-
HSV(B)285º73.91%36.08%-
XYZ5.162.9210.42-
YUV47153.4147.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.27%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=39.27%
G=12.57%
B=48.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7524920.180.7400.6428558.6222.75
Hex4B185C124A04011d3b17
Octal113301342211201004357327
Binary10010111100010111001001010010100100000010001110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,24,92); }

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

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

 a { background-color: rgb(75,24,92); }

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

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

 span { border-color: rgb(75,24,92); }

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