#473557

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

Shades of Jagger #473557

Tints of Jagger #473557

Color information

#473557 (or 0x473557) is unknown color: approx Jagger. HEX triplet: 47, 35 and 57. RGB value is (71,53,87). Sum of RGB (Red+Green+Blue) = 71+53+87=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #473557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473557 is #B8CAA8. Grayscale: #3E3E3E. Windows color (decimal): -12110505 or 5715271. OLE color: 5715271.

HSL color Cylindrical-coordinate representation of color #473557: hue angle of 271.76º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473557 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB715387-
CMYK0.180.3900.66
HSL271.76º24.29%27.45%-
HSV(B)271.76º39.08%34.12%-
XYZ5.594.579.6-
YUV62.26141.96134.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=33.65%
G=25.12%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7153870.180.3900.66271.7624.2927.45
Hex4735571227042110181b
Octal10765127224701024203033
Binary1000111110101101011110010100111010000101000100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473557; }

 p { color: rgb(71,53,87); }

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

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

 a { background-color: rgb(71,53,87); }

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

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

 span { border-color: rgb(71,53,87); }

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