#473C4D

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

Shades of Jagger #473C4D

Tints of Jagger #473C4D

Color information

#473C4D (or 0x473C4D) is unknown color: approx Jagger. HEX triplet: 47, 3C and 4D. RGB value is (71,60,77). Sum of RGB (Red+Green+Blue) = 71+60+77=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #473C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C4D is #B8C3B2. Grayscale: #414141. Windows color (decimal): -12108723 or 5061703. OLE color: 5061703.

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

Color convert

RGB716077-
CMYK0.080.2200.70
HSL278.82º12.41%26.86%-
HSV(B)278.82º22.08%30.2%-
XYZ5.555.117.71-
YUV65.23134.64132.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=34.13%
G=28.85%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7160770.080.2200.70278.8212.4126.86
Hex473C4D816046117c1b
Octal10774115102601064271433
Binary1000111111100100110110001011001000110100010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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