#473C51

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

Shades of Jagger #473C51

Tints of Jagger #473C51

Color information

#473C51 (or 0x473C51) is unknown color: approx Jagger. HEX triplet: 47, 3C and 51. RGB value is (71,60,81). Sum of RGB (Red+Green+Blue) = 71+60+81=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #473C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C51 is #B8C3AE. Grayscale: #414141. Windows color (decimal): -12108719 or 5323847. OLE color: 5323847.

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

Color convert

RGB716081-
CMYK0.120.2600.68
HSL271.43º14.89%27.65%-
HSV(B)271.43º25.93%31.76%-
XYZ5.75.178.48-
YUV65.68136.64131.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=33.49%
G=28.30%
B=38.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7160810.120.2600.68271.4314.8927.65
Hex473C51C1A04410ff1c
Octal10774121143201044171734
Binary1000111111100101000111001101001000100100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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