#470858

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

Shades of Scarlet Gum #470858

Tints of Scarlet Gum #470858

Color information

#470858 (or 0x470858) is unknown color: approx Scarlet Gum. HEX triplet: 47, 08 and 58. RGB value is (71,8,88). Sum of RGB (Red+Green+Blue) = 71+8+88=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #470858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470858 is #B8F7A7. Grayscale: #232323. Windows color (decimal): -12122024 or 5769287. OLE color: 5769287.

HSL color Cylindrical-coordinate representation of color #470858: hue angle of 287.25º degrees, saturation: 0.83, 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 #470858 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB71888-
CMYK0.190.9100.65
HSL287.25º83.33%18.82%-
HSV(B)287.25º90.91%34.51%-
XYZ4.452.229.43-
YUV35.96157.37153-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 88 (34.77% from 255) = 52.69%
R=42.51%
G=4.79%
B=52.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal718880.190.9100.65287.2583.3318.82
Hex47858135B04111f5313
Octal1071013023133010143712323
Binary10001111000101100010011101101101000001100011111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470858; }

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

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

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

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

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

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

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

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