#472759

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

Shades of Scarlet Gum #472759

Tints of Scarlet Gum #472759

Color information

#472759 (or 0x472759) is unknown color: approx Scarlet Gum. HEX triplet: 47, 27 and 59. RGB value is (71,39,89). Sum of RGB (Red+Green+Blue) = 71+39+89=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #472759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472759 is #B8D8A6. Grayscale: #363636. Windows color (decimal): -12114087 or 5842759. OLE color: 5842759.

HSL color Cylindrical-coordinate representation of color #472759: hue angle of 278.4º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472759 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB713989-
CMYK0.200.5600.65
HSL278.4º39.06%25.1%-
HSV(B)278.4º56.18%34.9%-
XYZ5.133.519.86-
YUV54.27147.6139.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=35.68%
G=19.60%
B=44.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7139890.200.5600.65278.439.0625.1
Hex47275914380411162719
Octal10747131247001014264731
Binary10001111001111011001101001110000100000110001011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472759; }

 p { color: rgb(71,39,89); }

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

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

 a { background-color: rgb(71,39,89); }

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

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

 span { border-color: rgb(71,39,89); }

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