#470659

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

Shades of Scarlet Gum #470659

Tints of Scarlet Gum #470659

Color information

#470659 (or 0x470659) is unknown color: approx Scarlet Gum. HEX triplet: 47, 06 and 59. RGB value is (71,6,89). Sum of RGB (Red+Green+Blue) = 71+6+89=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #470659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470659 is #B8F9A6. Grayscale: #222222. Windows color (decimal): -12122535 or 5834311. OLE color: 5834311.

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

Color convert

RGB71689-
CMYK0.200.9300.65
HSL286.99º87.37%18.63%-
HSV(B)286.99º93.26%34.9%-
XYZ4.472.199.64-
YUV34.9158.53153.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=42.77%
G=3.61%
B=53.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal716890.200.9300.65286.9987.3718.63
Hex47659145D04111f5713
Octal107613124135010143712723
Binary1000111110101100110100101110101000001100011111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470659; }

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

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

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

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

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

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

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

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