#4B285B

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

Shades of Scarlet Gum #4B285B

Tints of Scarlet Gum #4B285B

Color information

#4B285B (or 0x4B285B) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 28 and 5B. RGB value is (75,40,91). Sum of RGB (Red+Green+Blue) = 75+40+91=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B285B is #B4D7A4. Grayscale: #383838. Windows color (decimal): -11851685 or 5974091. OLE color: 5974091.

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

Color convert

RGB754091-
CMYK0.180.5600.64
HSL281.18º38.93%25.69%-
HSV(B)281.18º56.04%35.69%-
XYZ5.553.7710.33-
YUV56.28147.6141.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=36.41%
G=19.42%
B=44.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7540910.180.5600.64281.1838.9325.69
Hex4B285B1238040119271a
Octal11350133227001004314732
Binary10010111010001011011100101110000100000010001100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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