#470855

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

Shades of Scarlet Gum #470855

Tints of Scarlet Gum #470855

Color information

#470855 (or 0x470855) is unknown color: approx Scarlet Gum. HEX triplet: 47, 08 and 55. RGB value is (71,8,85). Sum of RGB (Red+Green+Blue) = 71+8+85=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #470855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470855 is #B8F7AA. Grayscale: #232323. Windows color (decimal): -12122027 or 5572679. OLE color: 5572679.

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

Color convert

RGB71885-
CMYK0.160.9100.67
HSL289.09º82.8%18.24%-
HSV(B)289.09º90.59%33.33%-
XYZ4.332.178.79-
YUV35.61155.87153.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=43.29%
G=4.88%
B=51.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718850.160.9100.67289.0982.818.24
Hex47855105B0431215312
Octal1071012520133010344112322
Binary10001111000101010110000101101101000011100100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470855; }

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

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

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

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

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

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

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

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