#4B2560

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

Shades of Scarlet Gum #4B2560

Tints of Scarlet Gum #4B2560

Color information

#4B2560 (or 0x4B2560) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 25 and 60. RGB value is (75,37,96). Sum of RGB (Red+Green+Blue) = 75+37+96=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2560 is #B4DA9F. Grayscale: #363636. Windows color (decimal): -11852448 or 6301003. OLE color: 6301003.

HSL color Cylindrical-coordinate representation of color #4B2560: hue angle of 278.64º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B2560 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB753796-
CMYK0.220.6100.62
HSL278.64º44.36%26.08%-
HSV(B)278.64º61.46%37.65%-
XYZ5.673.6611.47-
YUV55.09151.09142.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=36.06%
G=17.79%
B=46.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7537960.220.6100.62278.6444.3626.08
Hex4B2560163D03E1172c1a
Octal1134514026750764275432
Binary1001011100101110000010110111101011111010001011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,96); }

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

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

 a { background-color: rgb(75,37,96); }

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

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

 span { border-color: rgb(75,37,96); }

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