#470856

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

Shades of Scarlet Gum #470856

Tints of Scarlet Gum #470856

Color information

#470856 (or 0x470856) is unknown color: approx Scarlet Gum. HEX triplet: 47, 08 and 56. RGB value is (71,8,86). Sum of RGB (Red+Green+Blue) = 71+8+86=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #470856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470856 is #B8F7A9. Grayscale: #232323. Windows color (decimal): -12122026 or 5638215. OLE color: 5638215.

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

Color convert

RGB71886-
CMYK0.170.9100.66
HSL288.46º82.98%18.43%-
HSV(B)288.46º90.7%33.73%-
XYZ4.372.199-
YUV35.73156.37153.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=43.03%
G=4.85%
B=52.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal718860.170.9100.66288.4682.9818.43
Hex47856115B0421205312
Octal1071012621133010244012322
Binary10001111000101011010001101101101000010100100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470856; }

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

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

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

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

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

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

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

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