#470A60

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

Shades of Scarlet Gum #470A60

Tints of Scarlet Gum #470A60

Color information

#470A60 (or 0x470A60) is unknown color: approx Scarlet Gum. HEX triplet: 47, 0A and 60. RGB value is (71,10,96). Sum of RGB (Red+Green+Blue) = 71+10+96=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #470A60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470A60 is #B8F59F. Grayscale: #252525. Windows color (decimal): -12121504 or 6294087. OLE color: 6294087.

HSL color Cylindrical-coordinate representation of color #470A60: hue angle of 282.56º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470A60 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB711096-
CMYK0.260.9000.62
HSL282.56º81.13%20.78%-
HSV(B)282.56º89.58%37.65%-
XYZ4.822.411.28-
YUV38.04160.71151.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 10 (4.30% from 255) = 5.65%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=40.11%
G=5.65%
B=54.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7110960.260.9000.62282.5681.1320.78
Hex47A601A5A03E11b5115
Octal107121403213207643312125
Binary1000111101011000001101010110100111110100011011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470A60; }

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

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

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

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

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

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

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

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