#4B3259

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

Shades of Scarlet Gum #4B3259

Tints of Scarlet Gum #4B3259

Color information

#4B3259 (or 0x4B3259) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 32 and 59. RGB value is (75,50,89). Sum of RGB (Red+Green+Blue) = 75+50+89=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B3259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3259 is #B4CDA6. Grayscale: #3D3D3D. Windows color (decimal): -11849127 or 5845579. OLE color: 5845579.

HSL color Cylindrical-coordinate representation of color #4B3259: hue angle of 278.46º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B3259 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB755089-
CMYK0.160.4400.65
HSL278.46º28.06%27.25%-
HSV(B)278.46º43.82%34.9%-
XYZ5.854.510.01-
YUV61.92143.28137.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.05%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=35.05%
G=23.36%
B=41.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7550890.160.4400.65278.4628.0627.25
Hex4B3259102C0411161c1b
Octal11362131205401014263433
Binary1001011110010101100110000101100010000011000101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,89); }

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

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

 a { background-color: rgb(75,50,89); }

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

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

 span { border-color: rgb(75,50,89); }

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