#473A51

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

Shades of Jagger #473A51

Tints of Jagger #473A51

Color information

#473A51 (or 0x473A51) is unknown color: approx Jagger. HEX triplet: 47, 3A and 51. RGB value is (71,58,81). Sum of RGB (Red+Green+Blue) = 71+58+81=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #473A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A51 is #B8C5AE. Grayscale: #404040. Windows color (decimal): -12109231 or 5323335. OLE color: 5323335.

HSL color Cylindrical-coordinate representation of color #473A51: hue angle of 273.91º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #473A51 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB715881-
CMYK0.120.2800.68
HSL273.91º16.55%27.25%-
HSV(B)273.91º28.4%31.76%-
XYZ5.64.968.45-
YUV64.51137.31132.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=33.81%
G=27.62%
B=38.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7158810.120.2800.68273.9116.5527.25
Hex473A51C1C044112111b
Octal10772121143401044222133
Binary10001111110101010001110011100010001001000100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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