#470F5A

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

Shades of Scarlet Gum #470F5A

Tints of Scarlet Gum #470F5A

Color information

#470F5A (or 0x470F5A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 0F and 5A. RGB value is (71,15,90). Sum of RGB (Red+Green+Blue) = 71+15+90=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #470F5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F5A is #B8F0A5. Grayscale: #282828. Windows color (decimal): -12120230 or 5902151. OLE color: 5902151.

HSL color Cylindrical-coordinate representation of color #470F5A: hue angle of 284.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470F5A is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB711590-
CMYK0.210.8300.65
HSL284.8º71.43%20.59%-
HSV(B)284.8º83.33%35.29%-
XYZ4.612.429.9-
YUV40.29156.05149.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 15 (6.25% from 255) = 8.52%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=40.34%
G=8.52%
B=51.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7115900.210.8300.65284.871.4320.59
Hex47F5A155304111d4715
Octal1071713225123010143510725
Binary10001111111101101010101101001101000001100011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470F5A; }

 p { color: rgb(71,15,90); }

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

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

 a { background-color: rgb(71,15,90); }

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

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

 span { border-color: rgb(71,15,90); }

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