#4B375A

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

Shades of Scarlet Gum #4B375A

Tints of Scarlet Gum #4B375A

Color information

#4B375A (or 0x4B375A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 37 and 5A. RGB value is (75,55,90). Sum of RGB (Red+Green+Blue) = 75+55+90=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B375A is #B4C8A5. Grayscale: #404040. Windows color (decimal): -11847846 or 5912395. OLE color: 5912395.

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

Color convert

RGB755590-
CMYK0.170.3900.65
HSL274.29º24.14%28.43%-
HSV(B)274.29º38.89%35.29%-
XYZ6.114.9710.31-
YUV64.97142.13135.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.09%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=34.09%
G=25%
B=40.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7555900.170.3900.65274.2924.1428.43
Hex4B375A1127041112181c
Octal11367132214701014223034
Binary1001011110111101101010001100111010000011000100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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