#4B3B54

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

Shades of Scarlet Gum #4B3B54

Tints of Scarlet Gum #4B3B54

Color information

#4B3B54 (or 0x4B3B54) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 3B and 54. RGB value is (75,59,84). Sum of RGB (Red+Green+Blue) = 75+59+84=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B3B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3B54 is #B4C4AB. Grayscale: #424242. Windows color (decimal): -11846828 or 5520203. OLE color: 5520203.

HSL color Cylindrical-coordinate representation of color #4B3B54: hue angle of 278.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B3B54 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB755984-
CMYK0.110.3000.67
HSL278.4º17.48%28.04%-
HSV(B)278.4º29.76%32.94%-
XYZ6.075.269.08-
YUV66.63137.8133.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=34.40%
G=27.06%
B=38.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7559840.110.3000.67278.417.4828.04
Hex4B3B54B1E043116111c
Octal11373124133601034262134
Binary10010111110111010100101111110010000111000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,59,84); }

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

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

 a { background-color: rgb(75,59,84); }

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

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

 span { border-color: rgb(75,59,84); }

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