#470558

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

Shades of Scarlet Gum #470558

Tints of Scarlet Gum #470558

Color information

#470558 (or 0x470558) is unknown color: approx Scarlet Gum. HEX triplet: 47, 05 and 58. RGB value is (71,5,88). Sum of RGB (Red+Green+Blue) = 71+5+88=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #470558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470558 is #B8FAA7. Grayscale: #212121. Windows color (decimal): -12122792 or 5768519. OLE color: 5768519.

HSL color Cylindrical-coordinate representation of color #470558: hue angle of 287.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470558 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB71588-
CMYK0.190.9400.65
HSL287.71º89.25%18.24%-
HSV(B)287.71º94.32%34.51%-
XYZ4.412.159.42-
YUV34.2158.37154.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=43.29%
G=3.05%
B=53.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal715880.190.9400.65287.7189.2518.24
Hex47558135E0411205912
Octal107513023136010144013122
Binary1000111101101100010011101111001000001100100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470558; }

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

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

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

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

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

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

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

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