#473B4E

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

Shades of Jagger #473B4E

Tints of Jagger #473B4E

Color information

#473B4E (or 0x473B4E) is unknown color: approx Jagger. HEX triplet: 47, 3B and 4E. RGB value is (71,59,78). Sum of RGB (Red+Green+Blue) = 71+59+78=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #473B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B4E is #B8C4B1. Grayscale: #404040. Windows color (decimal): -12108978 or 5126983. OLE color: 5126983.

HSL color Cylindrical-coordinate representation of color #473B4E: hue angle of 277.89º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #473B4E is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB715978-
CMYK0.090.2400.69
HSL277.89º13.87%26.86%-
HSV(B)277.89º24.36%30.59%-
XYZ5.545.027.88-
YUV64.75135.48132.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 59 (23.44% from 255) = 28.37%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=34.13%
G=28.37%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7159780.090.2400.69277.8913.8726.86
Hex473B4E918045116e1b
Octal10773116113001054261633
Binary1000111111011100111010011100001000101100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,59,78); }

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

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

 a { background-color: rgb(71,59,78); }

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

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

 span { border-color: rgb(71,59,78); }

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