#4B355A

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

Shades of Scarlet Gum #4B355A

Tints of Scarlet Gum #4B355A

Color information

#4B355A (or 0x4B355A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 35 and 5A. RGB value is (75,53,90). Sum of RGB (Red+Green+Blue) = 75+53+90=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B355A is #B4CAA5. Grayscale: #3F3F3F. Windows color (decimal): -11848358 or 5911883. OLE color: 5911883.

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

Color convert

RGB755390-
CMYK0.170.4100.65
HSL275.68º25.87%28.04%-
HSV(B)275.68º41.11%35.29%-
XYZ6.024.7810.28-
YUV63.8142.79135.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=34.40%
G=24.31%
B=41.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7553900.170.4100.65275.6825.8728.04
Hex4B355A11290411141a1c
Octal11365132215101014243234
Binary1001011110101101101010001101001010000011000101001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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