#473E50

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

Shades of Jagger #473E50

Tints of Jagger #473E50

Color information

#473E50 (or 0x473E50) is unknown color: approx Jagger. HEX triplet: 47, 3E and 50. RGB value is (71,62,80). Sum of RGB (Red+Green+Blue) = 71+62+80=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #473E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E50 is #B8C1AF. Grayscale: #424242. Windows color (decimal): -12108208 or 5258823. OLE color: 5258823.

HSL color Cylindrical-coordinate representation of color #473E50: hue angle of 270º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #473E50 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB716280-
CMYK0.110.2200.69
HSL270º12.68%27.84%-
HSV(B)270º22.5%31.37%-
XYZ5.775.368.32-
YUV66.74135.48131.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=33.33%
G=29.11%
B=37.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7162800.110.2200.6927012.6827.84
Hex473E50B1604510ed1c
Octal10776120132601054161534
Binary1000111111110101000010111011001000101100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,80); }

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

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

 a { background-color: rgb(71,62,80); }

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

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

 span { border-color: rgb(71,62,80); }

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