#473857

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

Shades of Jagger #473857

Tints of Jagger #473857

Color information

#473857 (or 0x473857) is unknown color: approx Jagger. HEX triplet: 47, 38 and 57. RGB value is (71,56,87). Sum of RGB (Red+Green+Blue) = 71+56+87=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #473857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473857 is #B8C7A8. Grayscale: #3F3F3F. Windows color (decimal): -12109737 or 5716039. OLE color: 5716039.

HSL color Cylindrical-coordinate representation of color #473857: hue angle of 269.03º 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 #473857 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB715687-
CMYK0.180.3600.66
HSL269.03º21.68%28.04%-
HSV(B)269.03º35.63%34.12%-
XYZ5.734.869.65-
YUV64.02140.97132.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=33.18%
G=26.17%
B=40.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7156870.180.3600.66269.0321.6828.04
Hex473857122404210d161c
Octal10770127224401024152634
Binary1000111111000101011110010100100010000101000011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473857; }

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

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

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

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

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

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

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

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