#470357

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

Shades of Scarlet Gum #470357

Tints of Scarlet Gum #470357

Color information

#470357 (or 0x470357) is unknown color: approx Scarlet Gum. HEX triplet: 47, 03 and 57. RGB value is (71,3,87). Sum of RGB (Red+Green+Blue) = 71+3+87=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #470357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470357 is #B8FCA8. Grayscale: #202020. Windows color (decimal): -12123305 or 5702471. OLE color: 5702471.

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

Color convert

RGB71387-
CMYK0.180.9700.66
HSL288.57º93.33%17.65%-
HSV(B)288.57º96.55%34.12%-
XYZ4.352.099.19-
YUV32.91158.53155.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=44.10%
G=1.86%
B=54.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal713870.180.9700.66288.5793.3317.65
Hex4735712610421215d12
Octal107312722141010244113522
Binary100011111101011110010110000101000010100100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470357; }

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

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

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

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

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

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

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

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