#470859

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

Shades of Scarlet Gum #470859

Tints of Scarlet Gum #470859

Color information

#470859 (or 0x470859) is unknown color: approx Scarlet Gum. HEX triplet: 47, 08 and 59. RGB value is (71,8,89). Sum of RGB (Red+Green+Blue) = 71+8+89=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #470859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470859 is #B8F7A6. Grayscale: #232323. Windows color (decimal): -12122023 or 5834823. OLE color: 5834823.

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

Color convert

RGB71889-
CMYK0.200.9100.65
HSL286.67º83.51%19.02%-
HSV(B)286.67º91.01%34.9%-
XYZ4.492.239.65-
YUV36.07157.87152.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=42.26%
G=4.76%
B=52.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal718890.200.9100.65286.6783.5119.02
Hex47859145B04111f5413
Octal1071013124133010143712423
Binary10001111000101100110100101101101000001100011111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470859; }

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

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

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

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

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

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

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

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