#470A5E

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

Shades of Scarlet Gum #470A5E

Tints of Scarlet Gum #470A5E

Color information

#470A5E (or 0x470A5E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 0A and 5E. RGB value is (71,10,94). Sum of RGB (Red+Green+Blue) = 71+10+94=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #470A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470A5E is #B8F5A1. Grayscale: #252525. Windows color (decimal): -12121506 or 6163015. OLE color: 6163015.

HSL color Cylindrical-coordinate representation of color #470A5E: hue angle of 283.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470A5E is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB711094-
CMYK0.240.8900.63
HSL283.57º80.77%20.39%-
HSV(B)283.57º89.36%36.86%-
XYZ4.732.3610.8-
YUV37.82159.71151.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 94 (37.11% from 255) = 53.71%
R=40.57%
G=5.71%
B=53.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7110940.240.8900.63283.5780.7720.39
Hex47A5E185903F11c5114
Octal107121363013107743412124
Binary1000111101010111101100010110010111111100011100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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