#4B2960

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

Shades of Scarlet Gum #4B2960

Tints of Scarlet Gum #4B2960

Color information

#4B2960 (or 0x4B2960) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 29 and 60. RGB value is (75,41,96). Sum of RGB (Red+Green+Blue) = 75+41+96=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B2960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2960 is #B4D69F. Grayscale: #393939. Windows color (decimal): -11851424 or 6302027. OLE color: 6302027.

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

Color convert

RGB754196-
CMYK0.220.5700.62
HSL277.09º40.15%26.86%-
HSV(B)277.09º57.29%37.65%-
XYZ5.813.9311.52-
YUV57.44149.76140.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.38%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=35.38%
G=19.34%
B=45.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7541960.220.5700.62277.0940.1526.86
Hex4B2960163903E115281b
Octal1135114026710764255033
Binary1001011101001110000010110111001011111010001010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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