#472760

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

Shades of Scarlet Gum #472760

Tints of Scarlet Gum #472760

Color information

#472760 (or 0x472760) is unknown color: approx Scarlet Gum. HEX triplet: 47, 27 and 60. RGB value is (71,39,96). Sum of RGB (Red+Green+Blue) = 71+39+96=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #472760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472760 is #B8D89F. Grayscale: #363636. Windows color (decimal): -12114080 or 6301511. OLE color: 6301511.

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

Color convert

RGB713996-
CMYK0.260.5900.62
HSL273.68º42.22%26.47%-
HSV(B)273.68º59.38%37.65%-
XYZ5.443.6411.48-
YUV55.07151.1139.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=34.47%
G=18.93%
B=46.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7139960.260.5900.62273.6842.2226.47
Hex4727601A3B03E1122a1a
Octal1074714032730764225232
Binary1000111100111110000011010111011011111010001001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472760; }

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

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

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

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

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

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

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

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