#47285B

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

Shades of Scarlet Gum #47285B

Tints of Scarlet Gum #47285B

Color information

#47285B (or 0x47285B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 28 and 5B. RGB value is (71,40,91). Sum of RGB (Red+Green+Blue) = 71+40+91=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #47285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47285B is #B8D7A4. Grayscale: #363636. Windows color (decimal): -12113829 or 5974087. OLE color: 5974087.

HSL color Cylindrical-coordinate representation of color #47285B: hue angle of 276.47º 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 #47285B is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB714091-
CMYK0.220.5600.64
HSL276.47º38.93%25.69%-
HSV(B)276.47º56.04%35.69%-
XYZ5.253.6110.32-
YUV55.08148.27139.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=35.15%
G=19.80%
B=45.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7140910.220.5600.64276.4738.9325.69
Hex47285B1638040114271a
Octal10750133267001004244732
Binary10001111010001011011101101110000100000010001010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47285B; }

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

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

<style>
 a { background-color: #47285B; }

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

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

<style>
 span { border-color: #47285B; }

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

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