#4B2756

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

Shades of Scarlet Gum #4B2756

Tints of Scarlet Gum #4B2756

Color information

#4B2756 (or 0x4B2756) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 27 and 56. RGB value is (75,39,86). Sum of RGB (Red+Green+Blue) = 75+39+86=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B2756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2756 is #B4D8A9. Grayscale: #363636. Windows color (decimal): -11851946 or 5646155. OLE color: 5646155.

HSL color Cylindrical-coordinate representation of color #4B2756: hue angle of 285.96º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2756 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB753986-
CMYK0.130.5500.66
HSL285.96º37.6%24.51%-
HSV(B)285.96º54.65%33.73%-
XYZ5.313.629.22-
YUV55.12145.43142.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 86 (33.98% from 255) = 43%
R=37.5%
G=19.5%
B=43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7539860.130.5500.66285.9637.624.51
Hex4B2756D3704211e2619
Octal11347126156701024364631
Binary1001011100111101011011011101110100001010001111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,86); }

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

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

 a { background-color: rgb(75,39,86); }

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

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

 span { border-color: rgb(75,39,86); }

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