#470557

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

Shades of Scarlet Gum #470557

Tints of Scarlet Gum #470557

Color information

#470557 (or 0x470557) is unknown color: approx Scarlet Gum. HEX triplet: 47, 05 and 57. RGB value is (71,5,87). Sum of RGB (Red+Green+Blue) = 71+5+87=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #470557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470557 is #B8FAA8. Grayscale: #212121. Windows color (decimal): -12122793 or 5702983. OLE color: 5702983.

HSL color Cylindrical-coordinate representation of color #470557: hue angle of 288.29º 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 #470557 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB71587-
CMYK0.180.9400.66
HSL288.29º89.13%18.04%-
HSV(B)288.29º94.25%34.12%-
XYZ4.372.149.2-
YUV34.08157.87154.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=43.56%
G=3.07%
B=53.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal715870.180.9400.66288.2989.1318.04
Hex47557125E0421205912
Octal107512722136010244013122
Binary1000111101101011110010101111001000010100100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470557; }

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

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

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

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

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

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

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

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