#470E60

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

Shades of Scarlet Gum #470E60

Tints of Scarlet Gum #470E60

Color information

#470E60 (or 0x470E60) is unknown color: approx Scarlet Gum. HEX triplet: 47, 0E and 60. RGB value is (71,14,96). Sum of RGB (Red+Green+Blue) = 71+14+96=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #470E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E60 is #B8F19F. Grayscale: #282828. Windows color (decimal): -12120480 or 6295111. OLE color: 6295111.

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

Color convert

RGB711496-
CMYK0.260.8500.62
HSL281.71º74.55%21.57%-
HSV(B)281.71º85.42%37.65%-
XYZ4.872.511.29-
YUV40.39159.38149.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=39.23%
G=7.73%
B=53.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7114960.260.8500.62281.7174.5521.57
Hex47E601A5503E11a4b16
Octal107161403212507643211326
Binary1000111111011000001101010101010111110100011010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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