#472661

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

Shades of Scarlet Gum #472661

Tints of Scarlet Gum #472661

Color information

#472661 (or 0x472661) is unknown color: approx Scarlet Gum. HEX triplet: 47, 26 and 61. RGB value is (71,38,97). Sum of RGB (Red+Green+Blue) = 71+38+97=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #472661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472661 is #B8D99E. Grayscale: #363636. Windows color (decimal): -12114335 or 6366791. OLE color: 6366791.

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

Color convert

RGB713897-
CMYK0.270.6100.62
HSL273.56º43.7%26.47%-
HSV(B)273.56º60.82%38.04%-
XYZ5.453.5911.71-
YUV54.59151.93139.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=34.47%
G=18.45%
B=47.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7138970.270.6100.62273.5643.726.47
Hex4726611B3D03E1122c1a
Octal1074614133750764225432
Binary1000111100110110000111011111101011111010001001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472661; }

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

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

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

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

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

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

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

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