#470056

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

Shades of Scarlet Gum #470056

Tints of Scarlet Gum #470056

Color information

#470056 (or 0x470056) is unknown color: approx Scarlet Gum. HEX triplet: 47, 00 and 56. RGB value is (71,0,86). Sum of RGB (Red+Green+Blue) = 71+0+86=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #470056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470056 is #B8FFA9. Grayscale: #1E1E1E. Windows color (decimal): -12124074 or 5636167. OLE color: 5636167.

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

Color convert

RGB71086-
CMYK0.17100.66
HSL289.53º100%16.86%-
HSV(B)289.53º100%33.73%-
XYZ4.282.018.97-
YUV31.03159.02156.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=45.22%
G=0%
B=54.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal710860.17100.66289.5310016.86
Hex4705611640421226411
Octal107012621144010244214421
Binary10001110101011010001110010001000010100100010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470056; }

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

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

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

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

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

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

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

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