#4B3854

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

Shades of Scarlet Gum #4B3854

Tints of Scarlet Gum #4B3854

Color information

#4B3854 (or 0x4B3854) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 38 and 54. RGB value is (75,56,84). Sum of RGB (Red+Green+Blue) = 75+56+84=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B3854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3854 is #B4C7AB. Grayscale: #404040. Windows color (decimal): -11847596 or 5519435. OLE color: 5519435.

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

Color convert

RGB755684-
CMYK0.110.3300.67
HSL280.71º20%27.45%-
HSV(B)280.71º33.33%32.94%-
XYZ5.924.969.03-
YUV64.87138.79135.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=34.88%
G=26.05%
B=39.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7556840.110.3300.67280.712027.45
Hex4B3854B21043119141b
Octal11370124134101034312433
Binary100101111100010101001011100001010000111000110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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