#470257

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

Shades of Scarlet Gum #470257

Tints of Scarlet Gum #470257

Color information

#470257 (or 0x470257) is unknown color: approx Scarlet Gum. HEX triplet: 47, 02 and 57. RGB value is (71,2,87). Sum of RGB (Red+Green+Blue) = 71+2+87=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #470257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470257 is #B8FDA8. Grayscale: #202020. Windows color (decimal): -12123561 or 5702215. OLE color: 5702215.

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

Color convert

RGB71287-
CMYK0.180.9800.66
HSL288.71º95.51%17.45%-
HSV(B)288.71º97.7%34.12%-
XYZ4.342.079.19-
YUV32.32158.86155.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=44.38%
G=1.25%
B=54.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal712870.180.9800.66288.7195.5117.45
Hex4725712620421216011
Octal107212722142010244114021
Binary100011110101011110010110001001000010100100001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470257; }

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

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

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

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

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

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

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

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