#4B395A

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

Shades of Scarlet Gum #4B395A

Tints of Scarlet Gum #4B395A

Color information

#4B395A (or 0x4B395A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 39 and 5A. RGB value is (75,57,90). Sum of RGB (Red+Green+Blue) = 75+57+90=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B395A is #B4C6A5. Grayscale: #424242. Windows color (decimal): -11847334 or 5912907. OLE color: 5912907.

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

Color convert

RGB755790-
CMYK0.170.3700.65
HSL272.73º22.45%28.82%-
HSV(B)272.73º36.67%35.29%-
XYZ6.215.1610.34-
YUV66.14141.46134.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=33.78%
G=25.68%
B=40.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7557900.170.3700.65272.7322.4528.82
Hex4B395A1125041111161d
Octal11371132214501014212635
Binary1001011111001101101010001100101010000011000100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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