#4B2C5A

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

Shades of Scarlet Gum #4B2C5A

Tints of Scarlet Gum #4B2C5A

Color information

#4B2C5A (or 0x4B2C5A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 2C and 5A. RGB value is (75,44,90). Sum of RGB (Red+Green+Blue) = 75+44+90=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B2C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2C5A is #B4D3A5. Grayscale: #3A3A3A. Windows color (decimal): -11850662 or 5909579. OLE color: 5909579.

HSL color Cylindrical-coordinate representation of color #4B2C5A: hue angle of 280.43º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2C5A is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB754490-
CMYK0.170.5100.65
HSL280.43º34.33%26.27%-
HSV(B)280.43º51.11%35.29%-
XYZ5.654.0410.15-
YUV58.51145.77139.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=35.89%
G=21.05%
B=43.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7544900.170.5100.65280.4334.3326.27
Hex4B2C5A1133041118221a
Octal11354132216301014304232
Binary10010111011001011010100011100110100000110001100010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,44,90); }

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

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

 a { background-color: rgb(75,44,90); }

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

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

 span { border-color: rgb(75,44,90); }

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