#4B335B

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

Shades of Scarlet Gum #4B335B

Tints of Scarlet Gum #4B335B

Color information

#4B335B (or 0x4B335B) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 33 and 5B. RGB value is (75,51,91). Sum of RGB (Red+Green+Blue) = 75+51+91=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B335B is #B4CCA4. Grayscale: #3E3E3E. Windows color (decimal): -11848869 or 5976907. OLE color: 5976907.

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

Color convert

RGB755191-
CMYK0.180.4400.64
HSL276º28.17%27.84%-
HSV(B)276º43.96%35.69%-
XYZ5.974.6210.47-
YUV62.74143.95136.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.56%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=34.56%
G=23.50%
B=41.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7551910.180.4400.6427628.1727.84
Hex4B335B122C0401141c1c
Octal11363133225401004243434
Binary1001011110011101101110010101100010000001000101001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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