#473756

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

Shades of Jagger #473756

Tints of Jagger #473756

Color information

#473756 (or 0x473756) is unknown color: approx Jagger. HEX triplet: 47, 37 and 56. RGB value is (71,55,86). Sum of RGB (Red+Green+Blue) = 71+55+86=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #473756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473756 is #B8C8A9. Grayscale: #3F3F3F. Windows color (decimal): -12109994 or 5650247. OLE color: 5650247.

HSL color Cylindrical-coordinate representation of color #473756: hue angle of 270.97º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #473756 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB715586-
CMYK0.170.3600.66
HSL270.97º21.99%27.65%-
HSV(B)270.97º36.05%33.73%-
XYZ5.644.749.42-
YUV63.32140.8133.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=33.49%
G=25.94%
B=40.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7155860.170.3600.66270.9721.9927.65
Hex473756112404210f161c
Octal10767126214401024172634
Binary1000111110111101011010001100100010000101000011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473756; }

 p { color: rgb(71,55,86); }

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

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

 a { background-color: rgb(71,55,86); }

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

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

 span { border-color: rgb(71,55,86); }

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