#4B3A5B

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

Shades of Scarlet Gum #4B3A5B

Tints of Scarlet Gum #4B3A5B

Color information

#4B3A5B (or 0x4B3A5B) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 3A and 5B. RGB value is (75,58,91). Sum of RGB (Red+Green+Blue) = 75+58+91=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B3A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A5B is #B4C5A4. Grayscale: #424242. Windows color (decimal): -11847077 or 5978699. OLE color: 5978699.

HSL color Cylindrical-coordinate representation of color #4B3A5B: hue angle of 270.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3A5B is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB755891-
CMYK0.180.3600.64
HSL270.91º22.15%29.22%-
HSV(B)270.91º36.26%35.69%-
XYZ6.35.2810.58-
YUV66.84141.63133.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=33.48%
G=25.89%
B=40.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7558910.180.3600.64270.9122.1529.22
Hex4B3A5B122404010f161d
Octal11372133224401004172635
Binary1001011111010101101110010100100010000001000011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,91); }

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

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

 a { background-color: rgb(75,58,91); }

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

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

 span { border-color: rgb(75,58,91); }

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