#472860

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

Shades of Scarlet Gum #472860

Tints of Scarlet Gum #472860

Color information

#472860 (or 0x472860) is unknown color: approx Scarlet Gum. HEX triplet: 47, 28 and 60. RGB value is (71,40,96). Sum of RGB (Red+Green+Blue) = 71+40+96=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #472860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472860 is #B8D79F. Grayscale: #373737. Windows color (decimal): -12113824 or 6301767. OLE color: 6301767.

HSL color Cylindrical-coordinate representation of color #472860: hue angle of 273.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472860 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB714096-
CMYK0.260.5800.62
HSL273.21º41.18%26.67%-
HSV(B)273.21º58.33%37.65%-
XYZ5.473.711.49-
YUV55.65150.77138.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=34.30%
G=19.32%
B=46.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7140960.260.5800.62273.2141.1826.67
Hex4728601A3A03E111291b
Octal1075014032720764215133
Binary1000111101000110000011010111010011111010001000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472860; }

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

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

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

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

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

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

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

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