#470259

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

Shades of Scarlet Gum #470259

Tints of Scarlet Gum #470259

Color information

#470259 (or 0x470259) is unknown color: approx Scarlet Gum. HEX triplet: 47, 02 and 59. RGB value is (71,2,89). Sum of RGB (Red+Green+Blue) = 71+2+89=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #470259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470259 is #B8FDA6. Grayscale: #202020. Windows color (decimal): -12123559 or 5833287. OLE color: 5833287.

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

Color convert

RGB71289-
CMYK0.200.9800.65
HSL287.59º95.6%17.84%-
HSV(B)287.59º97.75%34.9%-
XYZ4.422.19.62-
YUV32.55159.86155.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=43.83%
G=1.23%
B=54.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal712890.200.9800.65287.5995.617.84
Hex4725914620411206012
Octal107213124142010144014022
Binary100011110101100110100110001001000001100100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470259; }

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

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

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

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

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

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

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

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