#470157

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

Shades of Scarlet Gum #470157

Tints of Scarlet Gum #470157

Color information

#470157 (or 0x470157) is unknown color: approx Scarlet Gum. HEX triplet: 47, 01 and 57. RGB value is (71,1,87). Sum of RGB (Red+Green+Blue) = 71+1+87=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #470157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470157 is #B8FEA8. Grayscale: #1F1F1F. Windows color (decimal): -12123817 or 5701959. OLE color: 5701959.

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

Color convert

RGB71187-
CMYK0.180.9900.66
HSL288.84º97.73%17.25%-
HSV(B)288.84º98.85%34.12%-
XYZ4.332.059.18-
YUV31.73159.19156.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=44.65%
G=0.63%
B=54.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal711870.180.9900.66288.8497.7317.25
Hex4715712630421216211
Octal107112722143010244114221
Binary10001111101011110010110001101000010100100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470157; }

 p { color: rgb(71,1,87); }

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

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

 a { background-color: rgb(71,1,87); }

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

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

 span { border-color: rgb(71,1,87); }

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