#473A4D

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

Shades of Scarlet Gum #473A4D

Tints of Scarlet Gum #473A4D

Color information

#473A4D (or 0x473A4D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 3A and 4D. RGB value is (71,58,77). Sum of RGB (Red+Green+Blue) = 71+58+77=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #473A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A4D is #B8C5B2. Grayscale: #3F3F3F. Windows color (decimal): -12109235 or 5061191. OLE color: 5061191.

HSL color Cylindrical-coordinate representation of color #473A4D: hue angle of 281.05º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #473A4D is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB715877-
CMYK0.080.2500.70
HSL281.05º14.07%26.47%-
HSV(B)281.05º24.68%30.2%-
XYZ5.454.97.68-
YUV64.05135.31132.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=34.47%
G=28.16%
B=37.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7158770.080.2500.70281.0514.0726.47
Hex473A4D819046119e1a
Octal10772115103101064311632
Binary1000111111010100110110001100101000110100011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A4D; }

 p { color: rgb(71,58,77); }

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

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

 a { background-color: rgb(71,58,77); }

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

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

 span { border-color: rgb(71,58,77); }

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