#470556

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

Shades of Scarlet Gum #470556

Tints of Scarlet Gum #470556

Color information

#470556 (or 0x470556) is unknown color: approx Scarlet Gum. HEX triplet: 47, 05 and 56. RGB value is (71,5,86). Sum of RGB (Red+Green+Blue) = 71+5+86=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #470556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470556 is #B8FAA9. Grayscale: #212121. Windows color (decimal): -12122794 or 5637447. OLE color: 5637447.

HSL color Cylindrical-coordinate representation of color #470556: hue angle of 288.89º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470556 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB71586-
CMYK0.170.9400.66
HSL288.89º89.01%17.84%-
HSV(B)288.89º94.19%33.73%-
XYZ4.332.128.98-
YUV33.97157.37154.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=43.83%
G=3.09%
B=53.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal715860.170.9400.66288.8989.0117.84
Hex47556115E0421215912
Octal107512621136010244113122
Binary1000111101101011010001101111001000010100100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470556; }

 p { color: rgb(71,5,86); }

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

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

 a { background-color: rgb(71,5,86); }

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

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

 span { border-color: rgb(71,5,86); }

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