#472663

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

Shades of Scarlet Gum #472663

Tints of Scarlet Gum #472663

Color information

#472663 (or 0x472663) is unknown color: approx Scarlet Gum. HEX triplet: 47, 26 and 63. RGB value is (71,38,99). Sum of RGB (Red+Green+Blue) = 71+38+99=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #472663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472663 is #B8D99C. Grayscale: #363636. Windows color (decimal): -12114333 or 6497863. OLE color: 6497863.

HSL color Cylindrical-coordinate representation of color #472663: hue angle of 272.46º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472663 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB713899-
CMYK0.280.6200.61
HSL272.46º44.53%26.86%-
HSV(B)272.46º61.62%38.82%-
XYZ5.543.6312.21-
YUV54.82152.93139.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=34.13%
G=18.27%
B=47.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7138990.280.6200.61272.4644.5326.86
Hex4726631C3E03D1102d1b
Octal1074614334760754205533
Binary1000111100110110001111100111110011110110001000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472663; }

 p { color: rgb(71,38,99); }

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

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

 a { background-color: rgb(71,38,99); }

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

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

 span { border-color: rgb(71,38,99); }

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