#470456

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

Shades of Scarlet Gum #470456

Tints of Scarlet Gum #470456

Color information

#470456 (or 0x470456) is unknown color: approx Scarlet Gum. HEX triplet: 47, 04 and 56. RGB value is (71,4,86). Sum of RGB (Red+Green+Blue) = 71+4+86=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #470456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470456 is #B8FBA9. Grayscale: #212121. Windows color (decimal): -12123050 or 5637191. OLE color: 5637191.

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

Color convert

RGB71486-
CMYK0.170.9500.66
HSL289.02º91.11%17.65%-
HSV(B)289.02º95.35%33.73%-
XYZ4.322.18.98-
YUV33.38157.7154.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=44.10%
G=2.48%
B=53.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal714860.170.9500.66289.0291.1117.65
Hex47456115F0421215b12
Octal107412621137010244113322
Binary1000111100101011010001101111101000010100100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470456; }

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

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

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

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

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

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

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

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